mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Fix script
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
44767e87e9
commit
c092345960
|
@ -1,7 +1,9 @@
|
||||||
#/bin/sh
|
#/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
if [ ! -d $HOME/.config ]; then
|
||||||
mkdir $HOME/.config
|
mkdir $HOME/.config
|
||||||
|
fi
|
||||||
chmod +x $HOME/.dotfiles/tools/*
|
chmod +x $HOME/.dotfiles/tools/*
|
||||||
$HOME/.dotfiles/tools/relink.sh
|
$HOME/.dotfiles/tools/relink.sh
|
||||||
mkdir -p $HOME/.dotfiles/zsh/{plugins,themes}
|
mkdir -p $HOME/.dotfiles/zsh/{plugins,themes}
|
||||||
|
|
Loading…
Reference in a new issue