|
преди 4 години | |
---|---|---|
alacritty | преди 4 години | |
android | преди 5 години | |
awesome | преди 5 години | |
bspwm | преди 4 години | |
cava | преди 5 години | |
cmus | преди 4 години | |
colorls | преди 4 години | |
dunst | преди 5 години | |
elinks | преди 5 години | |
etc | преди 4 години | |
feh | преди 5 години | |
git | преди 4 години | |
goobook | преди 5 години | |
gpg | преди 4 години | |
i3 | преди 5 години | |
imgur | преди 5 години | |
ipython | преди 5 години | |
kitty | преди 4 години | |
leafpad | преди 4 години | |
mbsync | преди 4 години | |
misc | преди 5 години | |
mpd | преди 5 години | |
mplayer | преди 4 години | |
mpv | преди 4 години | |
msmtp | преди 4 години | |
mutt | преди 4 години | |
ncmpcpp | преди 4 години | |
ncpamixer | преди 5 години | |
neofetch | преди 4 години | |
notmuch | преди 4 години | |
nvim | преди 4 години | |
offlineimap | преди 5 години | |
picom | преди 4 години | |
polybar | преди 4 години | |
ranger | преди 4 години | |
redshift | преди 4 години | |
screenkey | преди 5 години | |
spectrwm | преди 4 години | |
ssh | преди 4 години | |
steck | преди 4 години | |
sway | преди 4 години | |
sxhkd | преди 4 години | |
sxiv | преди 5 години | |
systemd | преди 4 години | |
terminator | преди 4 години | |
termite | преди 4 години | |
tig | преди 4 години | |
tmux | преди 4 години | |
top | преди 5 години | |
urlview | преди 5 години | |
urxvt | преди 5 години | |
vim | преди 4 години | |
xbindkeys | преди 5 години | |
xfce | преди 4 години | |
xinit | преди 5 години | |
xmodmap | преди 5 години | |
zathura | преди 5 години | |
zsh | преди 4 години | |
.gitignore | преди 4 години | |
LICENSE | преди 5 години | |
README.md | преди 4 години | |
encrypted.tar.gz.gpg | преди 4 години | |
install.sh | преди 4 години |
▓▓▓▓▓▓▓▓▓▓
░▓ About ▓ linux configuration files
░▓ Author ▓ Abdullah <abdullah@abdullah.today>
░▓ Code ▓ https://gitlab.com/Abdullah/cfg.git
░▓ Mirror ▓ https://abdullah.today
░▓▓▓▓▓▓▓▓▓▓
░░░░░░░░░░
bin > some automation scripts and fonts
git > git config and aliases
ranger > file manager
urxvt > 256 color support for terminal and some external extensions
vim > text editor config
zsh > vanilla zsh setup with git, battery and mail count in prompt
tmux > terminal multiplexer
bspwm > Tiling Window Manager
polybar > A stylish colorful status bar with system tray support
compton > compositor
feh > image viewer (there are more programs included like pqiv and sxiv)
ipython > python interactive shell with vim like keys support
dunst > notification daemon
sxhkd > hotkeys daemon (xbindkeys also is there with configurations)
mutt > Mail user agent
isync > command line synchronization tool for local mailbox with remote
notmuch > thread based email index, search and tagging app
mpv > media player (mplayer also available)
I manage my dotfiles with gnu stow, a symlink farm manager. It's available in most linux distributions.
sudo apt install stow
sudo dnf install stow
sudo yum install stow
sudo pacman install stow
brew install stow
or
$ curl https://git.io/JILE5 | sh
or clone it from source and build it yourself.
Once stow is installed, just cd into this repository and create symlinks using stow like this:
cd ~
git clone https://gitlab.com/Abdullah/cfg.git
cd cfg
stow vim
It will symlink vim. If you wanna use this configurations for root user, use -t
argument,
stow -t /root vim
Note: stow will only create a symlink if a config file doesn't already exist. You must delete/backup if there is a default config for a program.
Polybar is a stylish status bar. You have to compile it from source.
In AUR, you can find a PKGBUILD.
Here are the dependencies you must have to use polybar with customized stylish icons.