diff --git a/src/os/create_symbolic_links.sh b/src/os/create_symbolic_links.sh index fab6bd9c2..1732d8dcc 100755 --- a/src/os/create_symbolic_links.sh +++ b/src/os/create_symbolic_links.sh @@ -20,12 +20,13 @@ create_symlinks() { "shell/bashrc" "shell/curlrc" "shell/inputrc" - "shell/tmux.conf" "git/gitattributes" "git/gitconfig" "git/gitignore" + "tmux/tmux.conf" + "vim/vim" "vim/vimrc" diff --git a/src/shell/tmux.conf b/src/tmux/tmux.conf similarity index 100% rename from src/shell/tmux.conf rename to src/tmux/tmux.conf diff --git a/test/run_shellcheck.sh b/test/run_shellcheck.sh index 876b8d622..2f0c51238 100755 --- a/test/run_shellcheck.sh +++ b/test/run_shellcheck.sh @@ -19,7 +19,6 @@ main() { -type f \ ! -path '../src/shell/curlrc' \ ! -path '../src/shell/inputrc' \ - ! -path '../src/shell/tmux.conf' \ ! -path '../src/os/preferences/macos/*.applescript' \ ! -path '../src/os/preferences/macos/*.terminal' \ -exec shellcheck \