mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
add httpie to install script; add checking git clone
This commit is contained in:
parent
f6f86b3a95
commit
e2af9cdb1b
2 changed files with 5 additions and 3 deletions
|
@ -15,6 +15,8 @@ else
|
|||
sudo $install_command kakoune
|
||||
echo Install Alacritty
|
||||
sudo $install_command alacritty
|
||||
echo Install HTTPie
|
||||
sudo $install_command httpie
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ fi
|
|||
if [ -n "${ANDROID_SDK_ROOT}" ]; then
|
||||
sed -i "s%\#export ANDROID_SDK_ROOT=\"\"%export ANDROID_SDK_ROOT=\"$ANDROID_SDK_ROOT\"%g" $HOME/.zsh/env.zsh
|
||||
fi
|
||||
# cp -r ./.local/bin $HOME/.local
|
||||
# chmod -R +x $HOME/.local/bin
|
||||
git clone --bare git@github.com:mlunax/dotfiles.git $HOME/.dotfiles
|
||||
if [ ! -d "${HOME}/.dotfiles" ]; then
|
||||
git clone --bare git@github.com:mlunax/dotfiles.git $HOME/.dotfiles
|
||||
fi
|
||||
source $HOME/.zshrc
|
||||
|
|
Loading…
Add table
Reference in a new issue