|
|
il y a 3 ans | |
|---|---|---|
| alacritty | il y a 3 ans | |
| android | il y a 5 ans | |
| awesome | il y a 5 ans | |
| bspwm | il y a 3 ans | |
| cava | il y a 5 ans | |
| cmus | il y a 3 ans | |
| colorls | il y a 5 ans | |
| dunst | il y a 3 ans | |
| elinks | il y a 5 ans | |
| etc | il y a 3 ans | |
| feh | il y a 5 ans | |
| git | il y a 4 ans | |
| goobook | il y a 5 ans | |
| gpg | il y a 5 ans | |
| i3 | il y a 5 ans | |
| imgur | il y a 5 ans | |
| ipython | il y a 5 ans | |
| kernel | il y a 4 ans | |
| kitty | il y a 5 ans | |
| leafpad | il y a 5 ans | |
| mbsync | il y a 3 ans | |
| misc | il y a 5 ans | |
| mpd | il y a 3 ans | |
| mplayer | il y a 5 ans | |
| mpv | il y a 3 ans | |
| msmtp | il y a 3 ans | |
| mutt | il y a 3 ans | |
| ncmpcpp | il y a 3 ans | |
| ncpamixer | il y a 5 ans | |
| neofetch | il y a 4 ans | |
| notmuch | il y a 3 ans | |
| nvim | il y a 4 ans | |
| offlineimap | il y a 5 ans | |
| picom | il y a 4 ans | |
| polybar | il y a 3 ans | |
| ranger | il y a 4 ans | |
| redshift | il y a 5 ans | |
| screenkey | il y a 5 ans | |
| spectrwm | il y a 5 ans | |
| ssh | il y a 3 ans | |
| steck | il y a 5 ans | |
| sway | il y a 5 ans | |
| sxhkd | il y a 3 ans | |
| sxiv | il y a 5 ans | |
| systemd | il y a 3 ans | |
| terminator | il y a 5 ans | |
| termite | il y a 3 ans | |
| tig | il y a 5 ans | |
| tmux | il y a 3 ans | |
| top | il y a 5 ans | |
| urlview | il y a 5 ans | |
| urxvt | il y a 5 ans | |
| vim | il y a 3 ans | |
| xbindkeys | il y a 5 ans | |
| xfce | il y a 5 ans | |
| xinit | il y a 5 ans | |
| xmodmap | il y a 5 ans | |
| zathura | il y a 3 ans | |
| zsh | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| LICENSE | il y a 5 ans | |
| README.md | il y a 4 ans | |
| encrypted.tar.gz.gpg | il y a 4 ans | |
| install.sh | il y a 4 ans |
▓▓▓▓▓▓▓▓▓▓
░▓ 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 stowsudo dnf install stowsudo yum install stowsudo pacman install stowbrew install stowor
$ 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.gitcd cfgstow vimIt will symlink vim. If you wanna use this configurations for root user, use -t argument,
stow -t /root vimNote: 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.