~/dotfiles
Can be installed by cloning this repo into your home and running the install.sh script. The script will back up your old dotfiles. Use at your own risk.
The repo has different branches for the different computers I use. There's some stuff such as paths and monitor setup that you'll need to adapt to your environment.
Screenshot
Key Components and Software
- i3-gaps + Polybar + Compton
- alacritty + zsh
- Neovim
- Ranger
- Rofi
- dunst
- mpd + ncmpcpp
- sxiv, mpv, zathura
- redshift
- WeeChat
Fonts
My two favourite programming fonts are Iosevka and Terminus. I also use Font Awesome for a few icons in Polybar.
Zsh config
I usually have the grml zsh config installed in /etc, which is why my .zshrc is rather short.
Vim plugins
Plugins are managed via vim-plug. The install cripts sets this up.
- ack.vim
- ALE
- Colorizer
- ctrlp.vim
- delimitMate
- EasyMotion
- Emmet-vim
- Fugitive
- MatchTag
- NERD Commenter
- NERD Tree
- phpcomplete.vim
- Previm
- SnipMate
- surround.vim
- Tag List
- tlib (dependency for SnipMate)
- undotree.vim
- Vim ESearch
- vim-addon-mw-utils (dependency for SnipMate)
- vim-airline-themes
- vim-airline
- vim-easy-align
- vim-fish
- vim-gitgutter
- vim-glsl
- Vim-php-cs-fixer
- vim-plug
- vim-twig
- vimtex
- YouCompleteMe
