aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-xscripts/bootstrap.sh5
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 () {