README.md (414B)
1 # dotfiles 2 3 The majority of system configuration and helper scripts live here. 4 5 The scripts folder would typically live in .local/bin, but it is more convenient to keep all of it here so it's a single git repo. The `.profile` file sources the scripts folder. 6 7 Run the next line to make symlinks for things that need to live in home, 8 e.g. do not follow the XDG standard. 9 10 ```sh 11 cd ~ && ln -s .config/home/.* . 12 ``` 13