summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2024-09-11 18:27:04 +0200
committernavewindre <boneyaard@gmail.com>2024-09-11 18:27:04 +0200
commit8e0b51f6936af549b6969eb23569ef5e986e4295 (patch)
treed3b34311a7ac5edadf673b0d18d0387327e5b306
parent9cee46ea4739e6fd8dd8f8258d0f72e327164cac (diff)
a
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 788abe0..1f526d5 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,16 @@
## install
1. install zsh (sudo apt install zsh)
-2. install oh-my-zsh (sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)")
+2. install oh-my-zsh
+```
+sh -c $(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)
+```
3. put config in ~/.config/dotfiles
4. put vimrc in ~/.vimrc
5. run:
```
ln -s ~/.config/nvim/init.vim /path/to/external/editor/config/file/.vimrc
```
-
6. open vim
7. run :PlugInstall
8. enjoy