summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2024-09-11 18:25:28 +0200
committernavewindre <boneyaard@gmail.com>2024-09-11 18:25:28 +0200
commit9cee46ea4739e6fd8dd8f8258d0f72e327164cac (patch)
tree0abce6464547b770c68c65c7e2ec3b4e3b79621d /README.md
parent10de9e37c33ac82ab4fdbfe33b7405cf4c84c5c9 (diff)
a
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 27ef622..788abe0 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,16 @@
-# dotfiles \ No newline at end of file
+# dotfiles
+
+## 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)")
+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