summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-04-11 15:27:51 +0200
committerAhmed Abdelhalim <[email protected]>2023-04-11 15:27:51 +0200
commitf99c348a5c6ac4240709c0a9521330d9f9e1c8ac (patch)
tree73016067b5802af95159b55887fd174b324c72c8 /README.md
parentf6e5a5792ad1fefd9cb73bbd0dd39e12b6053ebe (diff)
Add ctags configurations for universal-ctags
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7da8059..6acea8e 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,10 @@ ln -sf ~/.rc/.config/tmuxinator/personal.yml ~/.config/tmuxinator/personal.yml
ln -sf ~/.rc/.config/tmuxinator/spc.yml ~/.config/tmuxinator/spc.yml
ln -sf ~/.rc/.config/tmuxinator/infra.yml ~/.config/tmuxinator/infra.yml
+mkdir -p ~/.config/ctags
+ln -sf ~/.rc/.config/ctags/groovy.ctags ~/.config/ctags/groovy.ctags
+ln -sf ~/.rc/.config/ctags/gradle.ctags ~/.config/ctags/gradle.ctags
+
cd ~/.rc
git remote remove origin
git remote add origin [email protected]:~a14m/.rc