diff options
author | Thanos Apollo <[email protected]> | 2023-11-25 06:22:30 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-11-25 06:22:30 +0200 |
commit | 6df551f79d6c22fa60639f8d01783ab179f22873 (patch) | |
tree | b0f7ca85620c2efe612a4d0aeeab805ec1e8182c /README | |
parent | 898d5ceb89fc54d91ffc35a6e180d6789f4a0a2b (diff) |
Update README
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 |