switch user setup order

This commit is contained in:
rdl technix 2021-03-24 11:26:09 +00:00
parent 1676443611
commit a2fb4466d3

View file

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