1
0
Fork 0

update todo

fix submodule updating
This commit is contained in:
Luca Bilke 2023-06-17 15:09:16 +02:00
parent d0f10d7040
commit a79fea0d93
3 changed files with 3 additions and 4 deletions

View File

@ -58,7 +58,6 @@ fi
# Misc.
alias \
ll="ls -lhpAN --color=auto --group-directories-first" \
subpush="git push --recurse-submodules=on-demand" \
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" \
weath="less -S ${XDG_CACHE_HOME:-$HOME/.cache}/weatherreport" \
remvirt="virt-manager -c 'qemu+ssh://luca@192.168.178.200/system'" \

View File

@ -22,7 +22,8 @@ fi
printf "\n"
printf "%b" "$BOLD${BLUE}Pulling updates from dotfiles repo...$NC\n"
git pull origin main --recurse-submodules=yes
git pull origin main
git submodule update --remote --merge
printf "\n"
if [ $needs_pop -eq 1 ]; then

View File

@ -1,8 +1,7 @@
# TODO
- [ ] Create a better bitwarden integration
- [ ] Remove username from ssh completion
- [ ] Create SSH autocompletions
- [ ] add a messaging function to dotsync to warn for breaking changes
- [ ] use hashes in lf titlestring
# FIX
- [ ] sb-playerctl trailing dash when no artist