No Description

Abdullah 719b208888 changing previews to urxvt-full 4 years ago
android 23968e8652 changed layout 4 years ago
awesome d5a4826302 adding awesomewm configurations 4 years ago
bspwm 27c93735b2 polybar with xresources and dependencies 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 8f1bfb6ab5 added a script to trim audio/video 4 years ago
feh a22918c056 added feh 4 years ago
git 8b42862c87 some changes were made 4 years ago
gpg ed197d0173 gpg managed by systemd 4 years ago
i3 6d4746234c added reasonable working config for i3 (no gaps) 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 8b42862c87 some changes were made 4 years ago
msmtp 560eb9d200 adding isync 4 years ago
mutt c16940fb65 adding mbsync for mail 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 b585543e9f rewrote bspwm module 4 years ago
ranger 95bde7607f changing previews to urxvt-full 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 bc5f3cbda4 added colors to bspwm, changed keybindings in sxhkd and more aliases for youtube/chrome 4 years ago
sxiv 069a129f47 added sxiv 4 years ago
systemd 98433b8bdb stripped 4 years ago
termite 01b6034dd8 stripped config for termite 4 years ago
tmux e744b80fdd more functions 4 years ago
top 6504db7565 added different changes in different parts of configurations days 4 years ago
urxvt 73f0f760d8 stripped xresources 4 years ago
vim 4e734b8d70 more aliases, less transparency in termite, source sxhkdrc when edited 4 years ago
xbindkeys 446b5d0544 some changes were made, new font for urdu added 4 years ago
xinit 98433b8bdb stripped 4 years ago
xmodmap 6c371e1670 initializing it xD 4 years ago
zsh 43fe56e08d added ffmpeg to stder red black list 4 years ago
.gitignore 98433b8bdb stripped 4 years ago
LICENSE c68709941a Create LICENSE 4 years ago
README.md 04bbbebc58 added multihead screenshot 4 years ago
encrypted.tar.gz.gpg 3148cae673 some changes were maded in encrypted dots 4 years ago

README.md

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