Easily deployed dotfile bootstrap. Uses dotbot as a means of bundling a robust deployment of my own dotfiles.
- git
- zsh
- vim
- i3-gaps
- tmux
- rofi (Defined in cfg/i3/config and cfg/zsh/zalias)
- fd-find (Defined in cfg/zsh/zalias)
- compton
- polybar
- Robust and idempotent deployment of dotfiles via dotbot.
- Easy installation of Powerline Fonts (for
prompt
) - A minimally customized prezto fork for extensible zsh config management
- Community recommended vimrc (with vim-plug section) template.
- Installs vim-plug as vim's plugin manager.
git clone https://github.com/BraveHelyx/dotfiles ~/.dotfiles
cd ~/.dotfiles
./install
/bin/bash $HOME/.dotfiles/mod/zsh/fonts/install.sh
chsh -s /bin/zsh
- rupa/z
- changyuheng/fz
- zsh
- vim
- vim-plug
- terryma/vim-multiple-cursors
- ciaranm/securemodelines override of vim's default 'modelines', managed by vim-plug.
- junegunn/fzf
- tpope/vim-surround
- tpope/vim-eunuch
- scrooloose/nerdtree
- itchyny/lightline.vim
- vim-plug
Process | Config File | Directory |
---|---|---|
zsh | Standard zsh config files (i.e. ~/.zshrc) | mod/zsh/prezto/runcoms/ |
zsh | User defined bash/zsh aliases (~/.zalias, ~/.zenviron) | cfg/zsh/ |
vim | Personalised vim settings and vim-plug. (~/.vimrc | cfg/vim/ |