ATTENTION: DO NOT use this repo at the moment! I am currently re-organizing.
This repo houses my essential dotfiles, e.g. Bash, Zsh, vimrc, ...
The system these dotfiles needs support for working with:
- Makefile
- git
Simply type: make help
- install fonts and iterm2 integration
zsh
rm -rf .zlogin .zlogout .zpreztorc .zprofile .zshenv .zshrc
git clone --recursive https://github.com/tehtbl/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
cp gitconfig
cp vimrc vim/
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
GNU General Public License v3.0