From 7729bb2d014678364492f71ae580a15435de44c1 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Tue, 11 Apr 2023 23:00:50 +0800 Subject: Add pylintrc and update bootstrap --- scripts/bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/bootstrap.sh') 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 () { -- cgit v1.2.3