bash <(curl -SsL https://vbrajon.github.io/dotfiles/dotfiles.sh)
iex ((New-Object System.Net.WebClient).DownloadString('https://vbrajon.github.io/dotfiles/dotfiles.ps1'))
📦 On a server, you may want to install only bash prompt and shortcuts
mv ~/.bash_profile ~/.bashrc /tmp
curl -s https://raw.githubusercontent.com/vbrajon/dotfiles/master/.bash_prompt >> ~/.bash_profile
curl -s https://raw.githubusercontent.com/vbrajon/dotfiles/master/.bash_shortcuts >> ~/.bash_profile
curl -s https://raw.githubusercontent.com/rupa/z/master/z.sh >> ~/.bash_profile
- setup script
- bash prompt + timer + completion
- bash aliases and functions
- git aliases and config
- git hooks
- tmux config + shared history
❤️ Thanks mathiasbynens, paulirish and open-source in the 🌍.