Bez popisu

Abdullah dca86fe0b4 changed how mpc output is show in status před 4 roky
android 23968e8652 changed layout před 4 roky
awesome d5a4826302 adding awesomewm configurations před 4 roky
bspwm 90ca266498 bspwm configured with sxhkdrc před 4 roky
cava 0567fb59f8 added cava and pavucontrol configurations před 4 roky
compton dcad5a2876 configured termite with transparency před 4 roky
dunst 6c371e1670 initializing it xD před 4 roky
elinks 6c371e1670 initializing it xD před 4 roky
etc 6df59f659b changed how mpc output is show in status před 4 roky
feh a22918c056 added feh před 4 roky
git 8b42862c87 some changes were made před 4 roky
gpg 303d40adc2 bspwm configured, gpg options added, ranger mplayer for ttys před 4 roky
i3 6d4746234c added reasonable working config for i3 (no gaps) před 4 roky
ipython 2c21bf6505 ipython před 4 roky
mbsync 7656a231b2 renamed isync to mbsync, added more functions/aliases in zsh, changed padding in bspwm před 4 roky
misc c989720d21 stderrred added for pi před 4 roky
mplayer 6504db7565 added different changes in different parts of configurations days před 4 roky
mpv 8b42862c87 some changes were made před 4 roky
msmtp 560eb9d200 adding isync před 4 roky
mutt c16940fb65 adding mbsync for mail před 4 roky
ncpamixer 6c371e1670 initializing it xD před 4 roky
notmuch 3184a838ba slow connection, moving back to offlineimap and msmtp for emails před 4 roky
offlineimap 3184a838ba slow connection, moving back to offlineimap and msmtp for emails před 4 roky
polybar 790d4d58af made changes to many files před 4 roky
ranger 303d40adc2 bspwm configured, gpg options added, ranger mplayer for ttys před 4 roky
redshift 47fa36a83e redshift changed configurations před 4 roky
screenkey 6c371e1670 initializing it xD před 4 roky
sway 4be6d6f979 adding sway před 4 roky
sxhkd 90ca266498 bspwm configured with sxhkdrc před 4 roky
sxiv 069a129f47 added sxiv před 4 roky
systemd 98433b8bdb stripped před 4 roky
termite 31fa539e86 new color scheme před 4 roky
tmux e744b80fdd more functions před 4 roky
top 6504db7565 added different changes in different parts of configurations days před 4 roky
urxvt e39ce1efcd stripped Xresources file with new path před 4 roky
vim 90ca266498 bspwm configured with sxhkdrc před 4 roky
xbindkeys 446b5d0544 some changes were made, new font for urdu added před 4 roky
xinit 98433b8bdb stripped před 4 roky
xmodmap 6c371e1670 initializing it xD před 4 roky
zsh 8bff1479fb added more functions for light(brightness) před 4 roky
.gitignore 23b9d41e31 adding android debugging bridge keys před 4 roky
LICENSE c68709941a Create LICENSE před 4 roky
README.md 4ab2cef808 new scrot added před 4 roky
encrypted.tar.gz.gpg 23b9d41e31 adding android debugging bridge keys před 4 roky

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.