- vim
- emacs (Doom emacs)
- tmux (Oh My Tmux)
- zsh (Oh My Zsh)
- git
Run this:
git clone https://github.com/cizel/dotfiles ~/.dotfiles
cd ~/.dotfiles
script/bootstrap.sh
# or without vim and emacs
script/bootstrap-basic.sh
.
βββ .aliases
βββ .doom.d
βΒ Β βββ config.el
βΒ Β βββ init.el
βΒ Β βββ packages.el
βββ .editorconfig
βββ .exports
βββ .gitattributes
βββ .gitconfig
βββ .gitignore
βββ .gitmodules
βββ .ssh.config.example
βββ .tmux
βΒ Β βββ .tmux.conf
βΒ Β βββ .tmux.conf.local
βΒ Β βββ LICENSE.MIT
βΒ Β βββ LICENSE.WTFPLv2
βΒ Β βββ README.md
βββ .tmux.conf
βββ .tmux.conf.local
βββ .vim
βΒ Β βββ .netrwhist
βΒ Β βββ autoload
βΒ Β βββ backup
βΒ Β βββ colors
βΒ Β βββ plugged
βΒ Β βββ plugins.vim
βΒ Β βββ snippets
βΒ Β βββ swap
βΒ Β βββ undo
βββ .vimrc
βββ .zshrc
βββ README.md
βββ script
βββ bootstrap-basic.sh
βββ bootstrap.sh
βββ brew-cask.sh
βββ brew-mirror.sh
βββ brew.sh
βββ install.sh