My personal configs, carefully and passionately crafted for setting up an optimal CLI dev experience.
git clone https://github.com/2kabhishek/Dotfiles
cd Dotfiles
./setup # It shows a menu from where you can install required components
For installation git
curl
& zsh
are must, other tools are mentioned below.
Powerline patched fonts are required for glyphs. I'll recommend Nerd Fonts.
This repo contains configurations for following tools.
Most of their symlinks are set up by default but for tools like conky
and compiz
you have to follow additional steps mentioned below.
Check respective tools documentation for more info.
- compiz : ~/.config/compiz.profile
Import the compiz profile using
ccsm
.
- conky : ~/.config/sysinfo.conkyrc
Run conky with
conky -dqc ~/.config/sysinfo.conkyrc
.
- bat : ~/.config/bat/
- broot : ~/.config/broot/
- cmus : ~/.config/cmus/
- dmenu : ~/.dmenurc
- fontconfig : ~/.config/fontconfig/fonts.conf/
- git : ~/.gitconfig
- htop : ~/.config/htop/
- i3 : ~/.config/i3/config
- i3status : ~/.config/i3status/config
- konsole : ~/.local/share/konsole/
Open Konsole, Goto Settings -> Manage Profiles -> Check
Konsole
and click on Set as Default.
- libinbut : ~/.config/libinput-gestures.conf
- neovim : ~/.config/nvim/
- python : ~/.pystartup
- ranger : ~/.config/ranger/
- tmux : ~/.tmux.conf
- vim : ~/.vimrc
- xrdb : ~/.Xresources
- zsh : ~/.zshrc
This repo also contains a few scripts in the Scripts directory.