10 lines
101 B
Bash
Executable file
10 lines
101 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# setup zsh
|
|
. init-zsh.sh
|
|
|
|
# setup tmux
|
|
. init-tmux.sh
|
|
|
|
# setup neovim
|
|
. init-neovim.sh
|