Adding README.md

This commit is contained in:
Rodolphe Houdas 2020-07-25 02:05:52 +02:00
parent 3305b540f6
commit 827ac83773

27
README.md Normal file
View file

@ -0,0 +1,27 @@
# **~/.** dotfiles
My collection of dotfiles, to be used with `stow`
- [:truck: How to get](#-how-to-get)
- [:checkered_flag: How to use](#-how-to-use)
## :truck: How to get
I like to put it in an hidden folder. Assuming you're in your home folder:
```bash
git clone https://forge.lunai.re/rodolphe/dotfiles.git .dotfiles
```
## :checkered_flag: How to use
Assuming you're in the `.dotfiles` folder (`cd ~/.dotfiles`):
```bash
# Install the .zshrc
stow zsh
# Install the .gitconfig
stow git
# Install VS Code config
stow vscode
```