diff options
| author | Marcelo Lira <mlira@acumera.com> | 2025-03-07 00:41:38 -0300 |
|---|---|---|
| committer | Marcelo Lira <mlira@acumera.com> | 2025-03-19 20:35:19 -0300 |
| commit | 7343a15f123c78d7c29ff7a189798de689869026 (patch) | |
| tree | 462f4fbe3f17ee36c3adad2bc57531e2f8f371a7 /README.md | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e1fa727 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# My Dot Files + +Get the submodules with + +```sh +git submodule update --init --recursive +``` + +Make the symlinks for the dotfiles with + +```sh +cd dotfiles +stow -v2 --restow --dotfiles -t ~/ terminal +stow -v2 --restow --dotfiles -t ~/ desktop-common +stow -v2 --restow --dotfiles -t ~/ desktop-x11 +stow -v2 --restow --dotfiles -t ~/ desktop-wayland +``` + +Now, system wide configs with + +```sh +sudo stow -v2 --restow -t / global-common +sudo stow -v2 --restow -t / global-wayland +``` + +The links can be unstowed with +```sh +stow -v2 --dotfiles -t /tmp/foo --delete desktop-common +sudo stow -v2 --dotfiles -t / --delete global-common +``` |
