| 1 | dotfiles |
| 2 | ======== |
| 3 | |
| 4 | Use [GNU Stow](http://www.gnu.org/software/stow/) to symlink the config for each |
| 5 | application to their corresponding folder. For instance, `stow vim`. |
| 6 | |
| 7 | GTK Theme: |
| 8 | |
| 9 | - GTK2: [Greybird](https://github.com/shimmerproject/Greybird) |
| 10 | - GTK3: [Minwaita](https://github.com/godlyranchdressing/Minwaita) |
| 11 | |
| 12 | *P.S.* do NOT stow `other`, as it's not meant to be copied/symlinked in the home |
| 13 | folder. Some should be copied to a location in root, or just be run to perform |
| 14 | setup. I should revisit the structure of `other` some time to make it consistent |
| 15 | with the rest of repo. |