diff options
author | Guangxiong Lin <[email protected]> | 2023-04-11 23:00:50 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-04-11 23:00:50 +0800 |
commit | 7729bb2d014678364492f71ae580a15435de44c1 (patch) | |
tree | 3894e11b0b5f8b5b045a473291821a8dc4842ad1 /scripts | |
parent | bf3214c56c16f759efdcb9be0dadf37ec59e9e76 (diff) | |
download | dotfiles-7729bb2d014678364492f71ae580a15435de44c1.tar.gz dotfiles-7729bb2d014678364492f71ae580a15435de44c1.tar.bz2 dotfiles-7729bb2d014678364492f71ae580a15435de44c1.zip |
Add pylintrc and update bootstrap
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 () { |