├── LICENSE ├── README.md ├── aliases ├── config ├── git_setup.sh ├── gitconfig ├── install.sh ├── irbrc ├── keybindings.json ├── rspec ├── settings.json ├── zprofile └── zshrc /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/dotfiles/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /aliases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/dotfiles/HEAD/aliases -------------------------------------------------------------------------------- /config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/dotfiles/HEAD/config -------------------------------------------------------------------------------- /git_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/dotfiles/HEAD/git_setup.sh -------------------------------------------------------------------------------- /gitconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/dotfiles/HEAD/gitconfig -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/dotfiles/HEAD/install.sh -------------------------------------------------------------------------------- /irbrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/dotfiles/HEAD/irbrc -------------------------------------------------------------------------------- /keybindings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/dotfiles/HEAD/keybindings.json -------------------------------------------------------------------------------- /rspec: -------------------------------------------------------------------------------- 1 | --color --format documentation 2 | -------------------------------------------------------------------------------- /settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/dotfiles/HEAD/settings.json -------------------------------------------------------------------------------- /zprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/dotfiles/HEAD/zprofile -------------------------------------------------------------------------------- /zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/dotfiles/HEAD/zshrc --------------------------------------------------------------------------------