initial commit
This commit is contained in:
commit
bcd52055e7
7 changed files with 117 additions and 0 deletions
13
setup-root.sh
Executable file
13
setup-root.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
# install basics
|
||||
. install-basics.sh
|
||||
|
||||
# setup slimzsh
|
||||
. init-zsh.sh
|
||||
|
||||
# setup tmux
|
||||
. init-tmux.sh
|
||||
|
||||
# setup neovim
|
||||
. init-neovim.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue