reorganize dotfiles

This commit is contained in:
Daniel Bauer
2019-03-23 15:39:18 +01:00
parent 74602784b0
commit 30779f0939
51 changed files with 68 additions and 40 deletions

10
install.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Make ZSH the default shell environment
if [ `cat /etc/passwd | grep $USER | awk -F ':' '{print $7}'` != "/bin/zsh" ]; then
echo "Changing shell to zsh"
chsh -s $(which zsh)
fi
# linking base stuff
$HOME/.dotfiles/dotfiles.sh link base