dotfiles

Valentin’s dotfiles

Terminal screenshot

Installation

bash <(curl -SsL https://vbrajon.github.io/dotfiles/dotfiles.sh)

⚠️ Windows experimental install, command to run in powershell as ADMIN

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

What’s inside

❤️ Thanks mathiasbynens, paulirish and open-source in the 🌍.