aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2019-11-10 15:52:16 -0800
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2019-11-10 15:52:16 -0800
commit55cdb255ca47d830bef84bc0fa48aeea2410359a (patch)
treeae5543c7bedf2637cc324421b10a876a6273a4e7
parent5f6b708c9307af1e2fabfc2eba98e861fb034b5e (diff)
downloaddotfiles-55cdb255ca47d830bef84bc0fa48aeea2410359a.tar
dotfiles-55cdb255ca47d830bef84bc0fa48aeea2410359a.tar.gz
dotfiles-55cdb255ca47d830bef84bc0fa48aeea2410359a.tar.bz2
dotfiles-55cdb255ca47d830bef84bc0fa48aeea2410359a.zip
docs: use one command to setup
-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.