No Description

Abdullah 941dc6014a adding a custom script for backlight, dunno if I am gonna use it or not 4 years ago
android 23968e8652 changed layout 4 years ago
awesome d5a4826302 adding awesomewm configurations 4 years ago
bspwm 9c958a7adb arch made changes 4 years ago
cava 0567fb59f8 added cava and pavucontrol configurations 4 years ago
compton dcad5a2876 configured termite with transparency 4 years ago
dunst 6c371e1670 initializing it xD 4 years ago
elinks 6c371e1670 initializing it xD 4 years ago
etc 3312f08412 adding fonts, changed font in urxvt, mappings in vim, functions and aliases in zsh and much more 4 years ago
feh a22918c056 added feh 4 years ago
git 8b42862c87 some changes were made 4 years ago
goobook ca5cd05acc adding goobook as contacts manager 4 years ago
gpg 303d40adc2 bspwm configured, gpg options added, ranger mplayer for ttys 4 years ago
i3 9c958a7adb arch made changes 4 years ago
ipython 2c21bf6505 ipython 4 years ago
mbsync 7656a231b2 renamed isync to mbsync, added more functions/aliases in zsh, changed padding in bspwm 4 years ago
misc c989720d21 stderrred added for pi 4 years ago
mplayer 6504db7565 added different changes in different parts of configurations days 4 years ago
mpv 9c958a7adb arch made changes 4 years ago
msmtp 560eb9d200 adding isync 4 years ago
mutt c9f2fcd39c adding goobook keybindings in muttrc and changed URxvt background 4 years ago
ncpamixer 6c371e1670 initializing it xD 4 years ago
notmuch 3184a838ba slow connection, moving back to offlineimap and msmtp for emails 4 years ago
offlineimap 3184a838ba slow connection, moving back to offlineimap and msmtp for emails 4 years ago
polybar f2f0286889 adding a custom script for backlight, dunno if I am gonna use it or not 4 years ago
ranger 9c958a7adb arch made changes 4 years ago
redshift 47fa36a83e redshift changed configurations 4 years ago
screenkey 6c371e1670 initializing it xD 4 years ago
sway 4be6d6f979 adding sway 4 years ago
sxhkd 3312f08412 adding fonts, changed font in urxvt, mappings in vim, functions and aliases in zsh and much more 4 years ago
sxiv 9c958a7adb arch made changes 4 years ago
systemd 98433b8bdb stripped 4 years ago
termite 61dfd2091d aliases and functions for arch 4 years ago
tmux e744b80fdd more functions 4 years ago
top 6504db7565 added different changes in different parts of configurations days 4 years ago
urlview 87662cfcff adding urlview 4 years ago
urxvt e39ce1efcd stripped Xresources file with new path 4 years ago
vim 3312f08412 adding fonts, changed font in urxvt, mappings in vim, functions and aliases in zsh and much more 4 years ago
xbindkeys 446b5d0544 some changes were made, new font for urdu added 4 years ago
xinit 9c958a7adb arch made changes 4 years ago
xmodmap 6c371e1670 initializing it xD 4 years ago
zsh f2f0286889 adding a custom script for backlight, dunno if I am gonna use it or not 4 years ago
.gitignore 9c958a7adb arch made changes 4 years ago
LICENSE c68709941a Create LICENSE 4 years ago
README.md 4ab2cef808 new scrot added 4 years ago
encrypted.tar.gz.gpg ca5cd05acc adding goobook as contacts manager 4 years ago

README.md

foo image image

  ▓▓▓▓▓▓▓▓▓▓
 ░▓ 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)

Installation

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 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.