curl -fsSL https://vbrajon.github.io/dotfiles/dotfiles.sh | bashpowershell -c "irm https://vbrajon.github.io/dotfiles/dotfiles.ps1 | iex"π¦ 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 π.
