aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2019-11-10 16:09:32 -0800
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2019-11-10 16:09:32 -0800
commit286acb8f7b2fc0dd97875fce1b9329b7dee1498b (patch)
treeb95104a0d609e30c93653b6862cedb1038205ee8
parent55cdb255ca47d830bef84bc0fa48aeea2410359a (diff)
downloaddotfiles-286acb8f7b2fc0dd97875fce1b9329b7dee1498b.tar
dotfiles-286acb8f7b2fc0dd97875fce1b9329b7dee1498b.tar.gz
dotfiles-286acb8f7b2fc0dd97875fce1b9329b7dee1498b.tar.bz2
dotfiles-286acb8f7b2fc0dd97875fce1b9329b7dee1498b.zip
docs: format
Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index cedda4c..a495f18 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@
1. Clone the repo
```shell
-$> git clone --recurse-submodules https://github.com/Trumeet/Dotfiles.git
-$> cd Dotfiles
+$ git clone --recurse-submodules https://github.com/Trumeet/Dotfiles.git
+$ cd Dotfiles
```
2. Install
@@ -27,7 +27,7 @@ $> cd Dotfiles
Boooooom. The magic happens.
```shell
-$> find . -maxdepth 1 -not -path '*/\.*' -wholename "./*" -type d | sed "s|^\./||" | xargs stow -v -t $HOME -R
+$ find . -maxdepth 1 -not -path '*/\.*' -wholename "./*" -type d | sed "s|^\./||" | xargs stow -v -t $HOME -R
```
3. Additional config
@@ -35,14 +35,15 @@ $> find . -maxdepth 1 -not -path '*/\.*' -wholename "./*" -type d | sed "s|^\./|
NeoVim:
You will see an error after executing this. Just ignore it and restart NeoVim.
-```
-$> nvim -c "PlugInstall"
+
+```shell
+$ nvim -c "PlugInstall"
```
Tmux:
* `tmux`
-* Press `prefix` + <kbd>I</kbd> (capital i, as in **I**nstall)
+* Press <kbd>Ctrl</kbd> + <kbd>A</kbd>, **release the keys** and press <kbd>I</kbd> (capital i, as in **I**nstall)
4. Enjoy