Abdullah c6a10bb38b urxvt font with powerlevel10k prompt configured | 2 роки тому | |
---|---|---|
alacritty | 2 роки тому | |
android | 2 роки тому | |
awesome | 4 роки тому | |
bspwm | 2 роки тому | |
cava | 4 роки тому | |
cmus | 2 роки тому | |
colorls | 4 роки тому | |
dunst | 2 роки тому | |
elinks | 4 роки тому | |
etc | 2 роки тому | |
feh | 4 роки тому | |
git | 3 роки тому | |
goobook | 4 роки тому | |
gpg | 4 роки тому | |
i3 | 4 роки тому | |
imgur | 4 роки тому | |
ipython | 4 роки тому | |
kernel | 3 роки тому | |
kitty | 3 роки тому | |
leafpad | 4 роки тому | |
mbsync | 2 роки тому | |
misc | 4 роки тому | |
mpd | 2 роки тому | |
mplayer | 4 роки тому | |
mpv | 2 роки тому | |
msmtp | 2 роки тому | |
mutt | 2 роки тому | |
ncmpc | 2 роки тому | |
ncmpcpp | 2 роки тому | |
ncpamixer | 4 роки тому | |
neofetch | 3 роки тому | |
notmuch | 2 роки тому | |
nvim | 3 роки тому | |
offlineimap | 4 роки тому | |
picom | 2 роки тому | |
polybar | 2 роки тому | |
ranger | 2 роки тому | |
redshift | 4 роки тому | |
screenkey | 2 роки тому | |
spectrwm | 4 роки тому | |
ssh | 2 роки тому | |
stalonetray | 2 роки тому | |
steck | 4 роки тому | |
sway | 2 роки тому | |
sxhkd | 2 роки тому | |
sxiv | 4 роки тому | |
systemd | 2 роки тому | |
terminator | 4 роки тому | |
termite | 2 роки тому | |
tig | 4 роки тому | |
tmux | 2 роки тому | |
top | 4 роки тому | |
urlview | 4 роки тому | |
urxvt | 4 роки тому | |
vim | 2 роки тому | |
xbindkeys | 4 роки тому | |
xfce | 3 роки тому | |
xinit | 4 роки тому | |
xmodmap | 4 роки тому | |
zathura | 2 роки тому | |
zsh | 2 роки тому | |
.gitignore | 2 роки тому | |
LICENSE | 4 роки тому | |
README.md | 2 роки тому | |
encrypted.tar.gz.gpg | 2 роки тому | |
install.sh | 3 роки тому |
▓▓▓▓▓▓▓▓▓▓
░▓ 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.
Lemonbar is a lightweight bar entirely based on XCB. Provides full UTF-8 support, basic formatting, RandR and Xinerama support and EWMH compliance without wasting your precious memory. You can compile it from Source Code. In Arch Linux there is a PKGBUILD.
Polybar is a stylish status bar. You have to compile it from source for some distributions. It's now available in Arch Linux official repositories. As a dependency, you can install Font Awesome, which is available in official repositories in Arch Linux.