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 fi
# Clone the repository if it doesn't exist # 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 git clone https://github.com/id101010/LinuxDotFiles.git $DOTFILES
rm -rf $DOTFILES/.git
fi fi
# ------------------------------------------------ Setup I3wm # ------------------------------------------------ Setup I3wm

BIN
wallpapers/solarized1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB