暫無描述

Abdullah 24b3ca62ad save more screen 4 年之前
android 23968e8652 changed layout 4 年之前
awesome d5a4826302 adding awesomewm configurations 4 年之前
bspwm 31ad66a266 save more screen 4 年之前
compton dcad5a2876 configured termite with transparency 4 年之前
dunst 6c371e1670 initializing it xD 4 年之前
elinks 6c371e1670 initializing it xD 4 年之前
etc b5aff3e4e0 modified lock script 4 年之前
feh a22918c056 added feh 4 年之前
git 8b42862c87 some changes were made 4 年之前
gpg ed197d0173 gpg managed by systemd 4 年之前
i3 6d4746234c added reasonable working config for i3 (no gaps) 4 年之前
ipython 2c21bf6505 ipython 4 年之前
isync 560eb9d200 adding isync 4 年之前
misc caf19009c3 adding encrypted files to repository 4 年之前
mplayer 6504db7565 added different changes in different parts of configurations days 4 年之前
mpv 8b42862c87 some changes were made 4 年之前
msmtp 560eb9d200 adding isync 4 年之前
mutt c16940fb65 adding mbsync for mail 4 年之前
ncpamixer 6c371e1670 initializing it xD 4 年之前
notmuch 3184a838ba slow connection, moving back to offlineimap and msmtp for emails 4 年之前
offlineimap 3184a838ba slow connection, moving back to offlineimap and msmtp for emails 4 年之前
polybar bc5f3cbda4 added colors to bspwm, changed keybindings in sxhkd and more aliases for youtube/chrome 4 年之前
ranger ffccea1124 added sxiv for gifs 4 年之前
redshift 47fa36a83e redshift changed configurations 4 年之前
screenkey 6c371e1670 initializing it xD 4 年之前
sway 4be6d6f979 adding sway 4 年之前
sxhkd bc5f3cbda4 added colors to bspwm, changed keybindings in sxhkd and more aliases for youtube/chrome 4 年之前
sxiv 069a129f47 added sxiv 4 年之前
systemd 98433b8bdb stripped 4 年之前
termite dcad5a2876 configured termite with transparency 4 年之前
tmux e744b80fdd more functions 4 年之前
top 6504db7565 added different changes in different parts of configurations days 4 年之前
urxvt d5a4826302 adding awesomewm configurations 4 年之前
vim 98433b8bdb stripped 4 年之前
xbindkeys 446b5d0544 some changes were made, new font for urdu added 4 年之前
xinit 98433b8bdb stripped 4 年之前
xmodmap 6c371e1670 initializing it xD 4 年之前
zsh 04bbbebc58 added multihead screenshot 4 年之前
.gitignore 98433b8bdb stripped 4 年之前
LICENSE c68709941a Create LICENSE 4 年之前
README.md 04bbbebc58 added multihead screenshot 4 年之前
encrypted.tar.gz.gpg 51159ab64b cover script modified 4 年之前

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.