Skip to content

Commit

Permalink
Добави файлове
Browse files Browse the repository at this point in the history
  • Loading branch information
salif committed Nov 3, 2023
1 parent e91afba commit 7cf7da0
Show file tree
Hide file tree
Showing 22 changed files with 391 additions and 938 deletions.
100 changes: 100 additions & 0 deletions etc/pacman.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =

#NoUpgrade =
#NoExtract =

# Misc options
#UseSyslog
Color
#NoProgressBar
CheckSpace
#VerbosePkgLists
ParallelDownloads = 3

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[core-testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

#[extra-testing]
#Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

#[multilib]
#Include = /etc/pacman.d/mirrorlist

[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist

# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
7 changes: 7 additions & 0 deletions etc/resolv.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Generated by NetworkManager
nameserver 1.1.1.1
nameserver 1.0.0.1
nameserver 2606:4700:4700::1111
# NOTE: the libc resolver may not support more than 3 nameservers.
# The nameservers listed below may not be recognized.
nameserver 2606:4700:4700::1001
3 changes: 3 additions & 0 deletions etc/sddm.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

[Theme]
Current=maldives
1 change: 1 addition & 0 deletions etc/vconsole.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
KEYMAP=colemak
2 changes: 1 addition & 1 deletion home/.config/brave-flags.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--password-store=gnome
--password-store=gnome-libsecret
3 changes: 3 additions & 0 deletions home/.config/fish/config.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
59 changes: 35 additions & 24 deletions home/.config/fish/fish_variables
Original file line number Diff line number Diff line change
@@ -1,32 +1,43 @@
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR __fish_initialized:3100
SETUVAR fish_color_autosuggestion:555\x1ebrblack
SETUVAR fish_color_cancel:\x2dr
SETUVAR fish_color_command:005fd7
SETUVAR fish_color_comment:990000
SETUVAR fish_color_cwd:green
SETUVAR fish_color_cwd_root:red
SETUVAR __fish_initialized:3400
SETUVAR fish_color_autosuggestion:666
SETUVAR fish_color_cancel:\x2d\x2dreverse
SETUVAR fish_color_command:normal
SETUVAR fish_color_comment:888\x1e\x2d\x2ditalics
SETUVAR fish_color_cwd:0A0
SETUVAR fish_color_cwd_root:A00
SETUVAR fish_color_end:009900
SETUVAR fish_color_error:ff0000
SETUVAR fish_color_escape:00a6b2
SETUVAR fish_color_history_current:\x2d\x2dbold
SETUVAR fish_color_error:F22
SETUVAR fish_color_escape:0AA
SETUVAR fish_color_history_current:0AA
SETUVAR fish_color_host:normal
SETUVAR fish_color_host_remote:yellow
SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue
SETUVAR fish_color_normal:normal
SETUVAR fish_color_operator:00a6b2
SETUVAR fish_color_param:00afff
SETUVAR fish_color_quote:999900
SETUVAR fish_color_redirection:00afff
SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
SETUVAR fish_color_host_remote:\x1d
SETUVAR fish_color_keyword:\x1d
SETUVAR fish_color_match:0AA
SETUVAR fish_color_normal:B2B2B2
SETUVAR fish_color_operator:0AA
SETUVAR fish_color_option:\x1d
SETUVAR fish_color_param:ccccff
SETUVAR fish_color_quote:9ce781
SETUVAR fish_color_redirection:FFF
SETUVAR fish_color_search_match:\x2d\x2dbackground\x3d533
SETUVAR fish_color_selection:\x2d\x2dbackground\x3dB218B2
SETUVAR fish_color_status:red
SETUVAR fish_color_user:brgreen
SETUVAR fish_color_valid_path:\x2d\x2dunderline
SETUVAR fish_greeting:
SETUVAR fish_greeting:\x1d
SETUVAR fish_key_bindings:fish_default_key_bindings
SETUVAR fish_pager_color_completion:\x1d
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_background:\x1d
SETUVAR fish_pager_color_completion:BBB
SETUVAR fish_pager_color_description:666
SETUVAR fish_pager_color_prefix:0AA\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:0AA
SETUVAR fish_pager_color_secondary_background:\x1d
SETUVAR fish_pager_color_secondary_completion:\x1d
SETUVAR fish_pager_color_secondary_description:\x1d
SETUVAR fish_pager_color_secondary_prefix:\x1d
SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3d333
SETUVAR fish_pager_color_selected_completion:\x1d
SETUVAR fish_pager_color_selected_description:\x1d
SETUVAR fish_pager_color_selected_prefix:\x1d
4 changes: 4 additions & 0 deletions home/.config/fish/functions/rm-gt.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
function rm-gt --wraps='gio trash' --description 'alias rm-gt=gio trash'
gio trash $argv

end
84 changes: 45 additions & 39 deletions home/.config/fontconfig/fonts.conf
Original file line number Diff line number Diff line change
@@ -1,42 +1,48 @@
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
<match target="pattern">
<test qual="any" name="family"><string>Arial</string></test>
<edit name="family" mode="prepend" binding="same"><string>Cantarell</string></edit>
</match>
<alias>
<family>serif</family>
<prefer>
<family>Times New Roman</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Cantarell</family>
</prefer>
</alias>
<alias>
<family>sans</family>
<prefer>
<family>Cantarell</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Operator Mono</family>
</prefer>
</alias>
<selectfont>
<rejectfont>
<pattern>
<patelt name="family" >
<string>Liberation Mono</string>
</patelt>
</pattern>
</rejectfont>
</selectfont>
<dir>~/.fonts</dir>
<match target="pattern">
<test qual="any" name="family"><string>Arial</string></test>
<edit name="family" mode="prepend" binding="same"><string>Cantarell</string></edit>
</match>
<match target="pattern">
<test qual="any" name="family"><string>Times New Roman</string></test>
<edit name="family" mode="prepend" binding="same"><string>Alegreya</string></edit>
</match>
<alias>
<family>serif</family>
<prefer>
<family>Alegreya</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Cantarell</family>
</prefer>
</alias>
<alias>
<family>sans</family>
<prefer>
<family>Cantarell</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>ComicShannsMono Nerd Font Mono</family>
<family>Cascadia Mono PL</family>
<family>Operator Mono</family>
<family>PT Mono</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<selectfont>
<rejectfont>
<glob>/usr/share/fonts/droid/DroidSansArabic.ttf</glob>
<glob>/usr/share/fonts/droid/DroidKufi*</glob>
<glob>/usr/share/fonts/gsfonts/NimbusMonoPS*</glob>
</rejectfont>
</selectfont>
<dir>~/.fonts</dir>
</fontconfig>
16 changes: 16 additions & 0 deletions home/.config/gtk-3.0/settings.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[Settings]
gtk-enable-animations=true
gtk-theme-name=Dracula
gtk-font-name=Cantarell 9
gtk-icon-theme-name=BeautyLine
gtk-cursor-theme-size=23
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=none
4 changes: 4 additions & 0 deletions home/.config/gtk-4.0/settings.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Settings]
gtk-theme-name=Dracula
gtk-font-name=Cantarell 9
gtk-icon-theme-name=BeautyLine
Loading

0 comments on commit 7cf7da0

Please sign in to comment.