Fixed bootstrap script
This commit is contained in:
parent
b10cde9cfa
commit
8c610acc9e
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ echo "+ TMux Plugin Manager"
|
||||||
mkdir -p "$HOME/.tmux/plugins"
|
mkdir -p "$HOME/.tmux/plugins"
|
||||||
git clone https://github.com/tmux-plugins/tpm "$HOME/.tmux/plugins/tpm"
|
git clone https://github.com/tmux-plugins/tpm "$HOME/.tmux/plugins/tpm"
|
||||||
echo "+ SpaceVim"
|
echo "+ SpaceVim"
|
||||||
curl -sLF https://spacevim.org/install.sh | bash
|
curl -sLf https://spacevim.org/install.sh | bash
|
||||||
|
|
||||||
if [[ -f /etc/os-release ]];
|
if [[ -f /etc/os-release ]]; then
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
|
|
||||||
if [[ "$ID" == "linuxmint" ]]; then
|
if [[ "$ID" == "linuxmint" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue