initial commit

This commit is contained in:
Franz Heinzmann (Frando) 2020-07-14 23:33:07 +02:00
commit bcd52055e7
7 changed files with 117 additions and 0 deletions

10
setup-user.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
# setup zsh
. init-zsh.sh
# setup tmux
. init-tmux.sh
# setup neovim
. init-neovim.sh