diff options
author | Guangxiong Lin <[email protected]> | 2022-09-19 22:33:29 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-09-19 22:33:29 +0800 |
commit | 6df74dc6e98f13c05da52ea7e20975f6e1f2e5fa (patch) | |
tree | 4c81b4542bb87e5c20199ee877dad607f8f8d966 /scripts/bootstrap.sh | |
parent | 94b28fe469f549d0fe5ab0b2a205290ac4af6de4 (diff) | |
download | dotfiles-6df74dc6e98f13c05da52ea7e20975f6e1f2e5fa.tar.gz dotfiles-6df74dc6e98f13c05da52ea7e20975f6e1f2e5fa.tar.bz2 dotfiles-6df74dc6e98f13c05da52ea7e20975f6e1f2e5fa.zip |
Update kitty config location
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index bcb3c61..36696ce 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -22,7 +22,7 @@ link_all () { .vimrc .vim .path .functions .emacs.d .gitconfig \ .config/i3 .config/polybar .xinitrc .pam_environment \ .zprofile .newsboat .ledgerrc .nnnrc .alacritty.yml .fzfrc .zplugrc \ - .env .zrc + .env .zrc .config/kitty } main () { |