e7fb87373436d24d76981411071d90c5b9fa9f93
README
Goal
Create dotfiles that can be installed on production and staging servers. Provide a familiar shell which contains commonly used commands as shortcuts.
These dotfiles do not override native commands.
Features
- Pretty prompt
- Displays environment
- Displays git branch (if any)
- Shorter current working directory (replaces /home/<user> with ~)
- SSH config autocompletion
- Git autocompletion
- Git aliases
- Aliases
- Vim config
Installation
Run the following command:
git clone https://g-u-i.me/gogs/bachir/dotfiles-server.git ~/.dotfiles-server && cd ~/.dotfiles-server && ./install.sh && cd -
You'll be prompted for an environment (for example: staging, production, ..). This is to easily spot the server we're on.
Languages
Vim Script
66.8%
Shell
33.2%