├── README.md └── dotfiles ├── .gitconfig ├── .gitignore_global ├── .vimrc ├── .zpreztorc └── .zshrc /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retlehs/setup/HEAD/README.md -------------------------------------------------------------------------------- /dotfiles/.gitconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retlehs/setup/HEAD/dotfiles/.gitconfig -------------------------------------------------------------------------------- /dotfiles/.gitignore_global: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /dotfiles/.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retlehs/setup/HEAD/dotfiles/.vimrc -------------------------------------------------------------------------------- /dotfiles/.zpreztorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retlehs/setup/HEAD/dotfiles/.zpreztorc -------------------------------------------------------------------------------- /dotfiles/.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retlehs/setup/HEAD/dotfiles/.zshrc --------------------------------------------------------------------------------