Muhammad Abdullah Khabir b3c367fcda adding new function | před 9 měsíci | |
---|---|---|
alacritty | před 10 měsíci | |
android | před 2 roky | |
awesome | před 4 roky | |
bspwm | před 1 rokem | |
cagebreak | před 1 rokem | |
cava | před 4 roky | |
cmus | před 1 rokem | |
colorls | před 4 roky | |
doas | před 1 rokem | |
dunst | před 1 rokem | |
elinks | před 4 roky | |
etc | před 11 měsíci | |
feh | před 4 roky | |
git | před 11 měsíci | |
goimapnotify | před 1 rokem | |
goobook | před 4 roky | |
gpg | před 4 roky | |
herbstluftwm | před 2 roky | |
hyprland | před 1 rokem | |
i3 | před 4 roky | |
imgur | před 4 roky | |
ipython | před 4 roky | |
kernel | před 2 roky | |
kitty | před 1 rokem | |
leafpad | před 4 roky | |
mbsync | před 1 rokem | |
misc | před 4 roky | |
mpd | před 1 rokem | |
mplayer | před 4 roky | |
mpv | před 1 rokem | |
msmtp | před 1 rokem | |
mutt | před 1 rokem | |
ncmpc | před 2 roky | |
ncmpcpp | před 1 rokem | |
ncpamixer | před 4 roky | |
neofetch | před 1 rokem | |
notmuch | před 1 rokem | |
nvim | před 1 rokem | |
offlineimap | před 4 roky | |
picom | před 1 rokem | |
polybar | před 1 rokem | |
ranger | před 2 roky | |
redshift | před 4 roky | |
river | před 1 rokem | |
screenkey | před 2 roky | |
secrets @ 312ad63dd5 | před 1 rokem | |
spectrwm | před 2 roky | |
ssh | před 1 rokem | |
stalonetray | před 1 rokem | |
steck | před 4 roky | |
sway | před 2 roky | |
sx | před 1 rokem | |
sxhkd | před 10 měsíci | |
sxiv | před 4 roky | |
systemd | před 1 rokem | |
terminator | před 4 roky | |
termite | před 2 roky | |
tig | před 4 roky | |
tmux | před 1 rokem | |
top | před 4 roky | |
urlview | před 4 roky | |
urxvt | před 1 rokem | |
vim | před 1 rokem | |
waybar | před 1 rokem | |
weston | před 1 rokem | |
xbindkeys | před 4 roky | |
xfce | před 1 rokem | |
xinit | před 4 roky | |
xmodmap | před 4 roky | |
yambar | před 1 rokem | |
zathura | před 2 roky | |
zsh | před 9 měsíci | |
.gitignore | před 1 rokem | |
.gitmodules | před 1 rokem | |
INSTALL.sh | před 1 rokem | |
LICENSE | před 1 rokem | |
README.md | před 1 rokem | |
install.sh | před 3 roky | |
installed_packages | před 10 měsíci | |
vconsole.conf | před 1 rokem |
▓▓▓▓▓▓▓▓▓▓
░▓ 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