Skip to content

vbrajon/dotfiles

Folders and files

NameName
Last commit message
Last commit date
Jan 26, 2024
Aug 30, 2024
Oct 11, 2024
Oct 11, 2024
Oct 11, 2024
Nov 3, 2019
Feb 9, 2023
Nov 3, 2019
Apr 5, 2024
Nov 3, 2019
Nov 3, 2019
Apr 5, 2024

Repository files navigation

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 🌍.