aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-02-09 23:11:37 +0100
committerbozo.kopic <bozo@kopic.xyz>2022-02-09 23:11:37 +0100
commit403b34260de3c58f377854e4f03efa03054b4cc7 (patch)
treed9fd3e55f1925aac5502567bc804ee7d0d7708f6
parent4c6989a0816815b7d2b79c391ae64deec59a52c4 (diff)
.
-rwxr-xr-xinstall.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/install.sh b/install.sh
index 214dfb8..5922348 100755
--- a/install.sh
+++ b/install.sh
@@ -75,12 +75,12 @@ symlink ~/.dotfiles/git/.gitconfig ~/.gitconfig
symlink ~/.dotfiles/i3 ~/.config/i3
# janet
-if [ ! -d ~/repos/janet ]; then
- (cd ~/repos; git clone https://github.com/janet-lang/janet.git)
-fi
-if [ ! -d ~/opt/janet ]; then
- (cd ~/repos/janet; make install PREFIX=$(cd ~/opt; pwd -P)/janet)
-fi
+# if [ ! -d ~/repos/janet ]; then
+# (cd ~/repos; git clone https://github.com/janet-lang/janet.git)
+# fi
+# if [ ! -d ~/opt/janet ]; then
+# (cd ~/repos/janet; make install PREFIX=$(cd ~/opt; pwd -P)/janet)
+# fi
# lein
symlink ~/.dotfiles/lein/lein ~/bin/lein