khal/vdirsyncer setup

This commit is contained in:
Matthew Ryan Dillon 2025-12-15 08:08:57 -05:00
parent 251b8c430b
commit 445396d829
4 changed files with 45 additions and 1 deletions

View file

@ -22,6 +22,7 @@ brew install \
inlyne \
jj \
just \
khal \
lua-language-server \
luarocks \
marksman \
@ -31,11 +32,14 @@ brew install \
ripgrep \
sqlite \
tree \
vdirsyncer \
watch \
wget \
xz \
zlib
brew services start vdirsyncer
export NVM_DIR="$HOME/.nvm"
[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh"
nvm install 22