diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-04-11 15:27:51 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-04-11 15:27:51 +0200 |
| commit | f99c348a5c6ac4240709c0a9521330d9f9e1c8ac (patch) | |
| tree | 73016067b5802af95159b55887fd174b324c72c8 /README.md | |
| parent | f6e5a5792ad1fefd9cb73bbd0dd39e12b6053ebe (diff) | |
Add ctags configurations for universal-ctags
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
