
curl -fsSL https://vbrajon.github.io/dotfiles/dotfiles.sh | bash
⚠️ Windows experimental install, command to run in powershell as ADMIN
powershell -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
❤️ Thanks mathiasbynens, paulirish and open-source in the 🌍.