diff options
author | Guangxiong Lin <[email protected]> | 2021-10-23 18:50:55 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-10-23 18:50:55 +0800 |
commit | 86da5eae2f73576c8fc34dc6024966d2bb0c7c78 (patch) | |
tree | 1f0cf6aa6e45bdd72a93094ac58fdaffc4ca7c22 | |
parent | 89089e46d38fef47e7a1b6cd5c71a63e5589de3e (diff) | |
download | dotfiles-86da5eae2f73576c8fc34dc6024966d2bb0c7c78.tar.gz dotfiles-86da5eae2f73576c8fc34dc6024966d2bb0c7c78.tar.bz2 dotfiles-86da5eae2f73576c8fc34dc6024966d2bb0c7c78.zip |
Update bootstrap
-rwxr-xr-x | bootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 28fe31c..e1e38b4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -20,8 +20,8 @@ link_all () { remove_and_link .ctags.d .mutt bin .aliases .macos \ .mbsyncrc .msmtprc .tmux.conf .urlview .zshrc \ .vimrc .vim .path .functions .emacs.d .gitconfig \ - .config/i3 .config/polybar .xinitrc .pam_environment \ - .zprofile .newsboat + .config/i3 .config/polybar .xinitrc .pam_environment \ + .zprofile .newsboat .ledgerrc } main () { |