aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md26
1 files changed, 18 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4545d11..cedda4c 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,9 @@
## Setup
-1. Clone the repo to your `$HOME`
+1. Clone the repo
```shell
-$> cd ~
$> git clone --recurse-submodules https://github.com/Trumeet/Dotfiles.git
$> cd Dotfiles
```
@@ -28,18 +27,29 @@ $> cd Dotfiles
Boooooom. The magic happens.
```shell
-$> stow fish
-$> stow nvim
-# You will see an error after executing this. Just ignore it and restart NeoVim.
+$> find . -maxdepth 1 -not -path '*/\.*' -wholename "./*" -type d | sed "s|^\./||" | xargs stow -v -t $HOME -R
+```
+
+3. Additional config
+
+NeoVim:
+
+You will see an error after executing this. Just ignore it and restart NeoVim.
+```
$> nvim -c "PlugInstall"
-$> stow rime
-$> stow ssh-agent
```
-3. Enjoy
+Tmux:
+
+* `tmux`
+* Press `prefix` + <kbd>I</kbd> (capital i, as in **I**nstall)
+
+4. Enjoy
Wait... you are **NOT** supposed to enjoy it because they are my **PERSONAL** configurations, which are **NOT** supposed to fit in your environment and habit.
+Anyway, you can still use my configurations. 😂
+
# Acknowledgements
Other users' dotfile repos, StackOverflow, Google, GitHub, Arch Wiki, etc.