14 lines
129 B
Bash
Executable file
14 lines
129 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# setup git
|
|
. init-git.sh
|
|
|
|
# setup tmux
|
|
. init-tmux.sh
|
|
|
|
# setup neovim
|
|
. init-neovim.sh
|
|
|
|
# setup zsh
|
|
. init-zsh.sh
|
|
|