updated solarized1.png

This commit is contained in:
id101010
2016-12-21 13:17:31 +01:00
parent 483e0dd778
commit fd1b2a2c9d
2 changed files with 2 additions and 1 deletions

View File

@@ -61,8 +61,9 @@ if [ "$1" == "clean" ]; then
fi
# Clone the repository if it doesn't exist
if [ ! -e "$HOME/.dotfiles/" ]; then
if [ ! -e $DOTFILES ]; then
git clone https://github.com/id101010/LinuxDotFiles.git $DOTFILES
rm -rf $DOTFILES/.git
fi
# ------------------------------------------------ Setup I3wm