Abdullah c6a10bb38b urxvt font with powerlevel10k prompt configured | hace 2 años | |
---|---|---|
alacritty | hace 2 años | |
android | hace 2 años | |
awesome | hace 4 años | |
bspwm | hace 2 años | |
cava | hace 4 años | |
cmus | hace 2 años | |
colorls | hace 4 años | |
dunst | hace 2 años | |
elinks | hace 4 años | |
etc | hace 2 años | |
feh | hace 4 años | |
git | hace 3 años | |
goobook | hace 4 años | |
gpg | hace 4 años | |
i3 | hace 4 años | |
imgur | hace 4 años | |
ipython | hace 4 años | |
kernel | hace 3 años | |
kitty | hace 3 años | |
leafpad | hace 4 años | |
mbsync | hace 2 años | |
misc | hace 4 años | |
mpd | hace 2 años | |
mplayer | hace 4 años | |
mpv | hace 2 años | |
msmtp | hace 2 años | |
mutt | hace 2 años | |
ncmpc | hace 2 años | |
ncmpcpp | hace 2 años | |
ncpamixer | hace 4 años | |
neofetch | hace 3 años | |
notmuch | hace 2 años | |
nvim | hace 3 años | |
offlineimap | hace 4 años | |
picom | hace 2 años | |
polybar | hace 2 años | |
ranger | hace 2 años | |
redshift | hace 4 años | |
screenkey | hace 2 años | |
spectrwm | hace 4 años | |
ssh | hace 2 años | |
stalonetray | hace 2 años | |
steck | hace 4 años | |
sway | hace 2 años | |
sxhkd | hace 2 años | |
sxiv | hace 4 años | |
systemd | hace 2 años | |
terminator | hace 4 años | |
termite | hace 2 años | |
tig | hace 4 años | |
tmux | hace 2 años | |
top | hace 4 años | |
urlview | hace 4 años | |
urxvt | hace 4 años | |
vim | hace 2 años | |
xbindkeys | hace 4 años | |
xfce | hace 3 años | |
xinit | hace 4 años | |
xmodmap | hace 4 años | |
zathura | hace 2 años | |
zsh | hace 2 años | |
.gitignore | hace 2 años | |
LICENSE | hace 4 años | |
README.md | hace 2 años | |
encrypted.tar.gz.gpg | hace 2 años | |
install.sh | hace 3 años |
▓▓▓▓▓▓▓▓▓▓
░▓ 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.