diff options
author | Guangxiong Lin <[email protected]> | 2023-11-16 08:48:07 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-11-16 08:48:07 +0800 |
commit | 6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49 (patch) | |
tree | d23c2587600722b7586eb6045d15bd1c873ee856 /scripts/bootstrap.sh | |
parent | e6bc9a8fdfe4e49ce96fa31552954a116cb8c07b (diff) | |
download | dotfiles-6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49.tar.gz dotfiles-6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49.tar.bz2 dotfiles-6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49.zip |
Update gtags config
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 6ab0649..e073c90 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -25,7 +25,8 @@ link_all () { .zprofile .newsboat .ledgerrc .nnnrc .alacritty.yml .fzfrc \ .env .config/kitty .wezterm.lua .config/mpv \ .config/sway .config/swaylock .config/zathura .tigrc .config/foot \ - .config/fish .arch.aliases .bashrc .zinitrc + .config/fish .arch.aliases .bashrc .zinitrc \ + .config/git } main () { |