diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 5b17c35..5d851ab 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -18,12 +18,13 @@ remove_and_link () { } link_all () { - remove_and_link .ctags.d .mutt bin .aliases .macos \ + remove_and_link bin .aliases .macos \ .tmux.conf .urlview .zshrc \ .vimrc .vim .path .functions .emacs.d .gitconfig \ .config/i3 .config/polybar .xinitrc .pam_environment \ .zprofile .newsboat .ledgerrc .nnnrc .alacritty.yml .fzfrc .zplugrc \ - .env .zrc .config/kitty .wezterm.lua .config/mpv + .env .zrc .config/kitty .wezterm.lua .config/mpv \ + .pylintrc .config/sway .config/swaylock } main () { |