switch user setup order
This commit is contained in:
parent
1676443611
commit
a2fb4466d3
1 changed files with 4 additions and 3 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# setup zsh
|
|
||||||
. init-zsh.sh
|
|
||||||
|
|
||||||
# setup tmux
|
# setup tmux
|
||||||
. init-tmux.sh
|
. init-tmux.sh
|
||||||
|
|
||||||
# setup neovim
|
# setup neovim
|
||||||
. init-neovim.sh
|
. init-neovim.sh
|
||||||
|
|
||||||
|
# setup zsh
|
||||||
|
. init-zsh.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue