1
0
Fork 0
My dotfiles
Go to file
Rodolphe Houdas 92fd0df573 Adding vscode keybindings 2020-08-25 09:23:50 +02:00
.vscode Adding vscode settings for this project 2020-07-25 12:11:51 +02:00
git Adding .gitconfig 2020-07-23 23:15:12 +02:00
vscode/.config/Code - OSS/User Adding vscode keybindings 2020-08-25 09:23:50 +02:00
zsh Add external zsh folder for specifics zsh aliases 2020-08-25 09:23:25 +02:00
README.md Adding vscode settings for this project 2020-07-25 12:11:51 +02:00

README.md

~/. dotfiles

My collection of dotfiles, to be used with stow

🚚 How to get

I like to put it in an hidden folder. Assuming you're in your home folder:

git clone https://forge.lunai.re/rodolphe/dotfiles.git .dotfiles

🏁 How to use

Assuming you're in the .dotfiles folder (cd ~/.dotfiles):

# Install the .zshrc
stow zsh
# Install the .gitconfig
stow git
# Install VS Code config
stow vscode