diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-02-09 23:11:37 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-02-09 23:11:37 +0100 |
| commit | 403b34260de3c58f377854e4f03efa03054b4cc7 (patch) | |
| tree | d9fd3e55f1925aac5502567bc804ee7d0d7708f6 /install.sh | |
| parent | 4c6989a0816815b7d2b79c391ae64deec59a52c4 (diff) | |
.
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |
