aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxbian <got.dacs@slmail.me>2023-06-19 08:01:02 +0200
committerOxbian <got.dacs@slmail.me>2023-06-19 08:01:02 +0200
commit7b6793fee2243df4d77093cfe9f970cbb1e2386e (patch)
tree572f647b2026d26451741fc8a6c15f742d2917da
parentced35c5dccc7c4b1cbc996bf98a7cf19df2602e8 (diff)
downloadvimrc-7b6793fee2243df4d77093cfe9f970cbb1e2386e.tar.gz
vimrc-7b6793fee2243df4d77093cfe9f970cbb1e2386e.zip
Adding installation script + gitignore
-rw-r--r--.gitignore4
-rw-r--r--install.sh3
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b0d872e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+.vim/plugged/*
+.vim/plugged
+.vim/autoload/*
+.vim/autoload
diff --git a/install.sh b/install.sh
new file mode 100644
index 0000000..f5ccb49
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+ln -sf .vimrc ~/.vimrc
+ln -sf .vim ~/.vim
ArKa projects. All rights to me, and your next child right arm.