diff --git a/setup.sh b/setup.sh index 9141be1..8c17ea4 100755 --- a/setup.sh +++ b/setup.sh @@ -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 diff --git a/wallpapers/solarized1.png b/wallpapers/solarized1.png new file mode 100644 index 0000000..cce98bd Binary files /dev/null and b/wallpapers/solarized1.png differ