Muhammad Abdullah Khabir b3c367fcda adding new function | 9 months ago | |
---|---|---|
alacritty | 10 months ago | |
android | 2 years ago | |
awesome | 4 years ago | |
bspwm | 1 year ago | |
cagebreak | 1 year ago | |
cava | 4 years ago | |
cmus | 1 year ago | |
colorls | 4 years ago | |
doas | 1 year ago | |
dunst | 1 year ago | |
elinks | 4 years ago | |
etc | 11 months ago | |
feh | 4 years ago | |
git | 11 months ago | |
goimapnotify | 1 year ago | |
goobook | 4 years ago | |
gpg | 4 years ago | |
herbstluftwm | 2 years ago | |
hyprland | 1 year ago | |
i3 | 4 years ago | |
imgur | 4 years ago | |
ipython | 4 years ago | |
kernel | 2 years ago | |
kitty | 1 year ago | |
leafpad | 4 years ago | |
mbsync | 1 year ago | |
misc | 4 years ago | |
mpd | 1 year ago | |
mplayer | 4 years ago | |
mpv | 1 year ago | |
msmtp | 1 year ago | |
mutt | 1 year ago | |
ncmpc | 2 years ago | |
ncmpcpp | 1 year ago | |
ncpamixer | 4 years ago | |
neofetch | 1 year ago | |
notmuch | 1 year ago | |
nvim | 1 year ago | |
offlineimap | 4 years ago | |
picom | 1 year ago | |
polybar | 1 year ago | |
ranger | 2 years ago | |
redshift | 4 years ago | |
river | 1 year ago | |
screenkey | 2 years ago | |
secrets @ 312ad63dd5 | 1 year ago | |
spectrwm | 2 years ago | |
ssh | 1 year ago | |
stalonetray | 1 year ago | |
steck | 4 years ago | |
sway | 2 years ago | |
sx | 1 year ago | |
sxhkd | 10 months ago | |
sxiv | 4 years ago | |
systemd | 1 year ago | |
terminator | 4 years ago | |
termite | 2 years ago | |
tig | 4 years ago | |
tmux | 1 year ago | |
top | 4 years ago | |
urlview | 4 years ago | |
urxvt | 1 year ago | |
vim | 1 year ago | |
waybar | 1 year ago | |
weston | 1 year ago | |
xbindkeys | 4 years ago | |
xfce | 1 year ago | |
xinit | 4 years ago | |
xmodmap | 4 years ago | |
yambar | 1 year ago | |
zathura | 2 years ago | |
zsh | 9 months ago | |
.gitignore | 1 year ago | |
.gitmodules | 1 year ago | |
INSTALL.sh | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
install.sh | 3 years ago | |
installed_packages | 10 months ago | |
vconsole.conf | 1 year ago |
▓▓▓▓▓▓▓▓▓▓
░▓ 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.
This encrypted file contains packages name which I
currently have installed on my Arch Linux host. Encrypted to myself using age
:
pacman -Qq | age -e -a -r age1teq3zep9z3l9ea5s3x2t6859pskkj4nz74w2cy8kxh7jgnyvdcpq0xm9gg > installed_packages