First Commit
This is a first dotfiles config. I think I have a lot more to add tho...
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# 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.
|
Reference in New Issue
Block a user