diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,6 +1,19 @@ -dotfiles | -========== +dotfiles +==== My personal system configuration. Managed with GNU Stow <https://www.gnu.org/software/stow/> + +1. Install GNU Stow <https://www.gnu.org/software/stow/> on Gentoo + + emerge -av app-admin/stow + +2. Clone repisotory + + git clone https://git.thanosapollo.org/dotfiles.git ~/dotfiles + +3. Use GNU Stow + + cd ~/dotfiles + stow .
\ No newline at end of file |