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