21 lines
655 B
Markdown
21 lines
655 B
Markdown
|
# Tonitch's Dotfiles
|
||
|
|
||
|
This is mostly my dotfiles. I'm pretty sure I will forget to update it in some times but at least I will have
|
||
|
a setup to roll with...
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
some of these folder are stow packages. (see [stowed.list](./stowed.list))
|
||
|
|
||
|
The best method to install these is:
|
||
|
1) Clone this repo as $HOME/.dotfiles
|
||
|
2) executes the bellow commands
|
||
|
```sh
|
||
|
$ git clone https://git.herisson.ovh/tonitch/dotfiles $HOME/.dotfiles
|
||
|
$ cd $HOME/.dotfiles
|
||
|
$ cat stowed.list | xargs stow
|
||
|
```
|
||
|
|
||
|
Non-stow config files might have to be placed manually at their correct location.
|
||
|
I will try to put a INSTALL.md in folders to know what you are supposed to do with those.
|