khal/vdirsyncer setup
This commit is contained in:
parent
251b8c430b
commit
445396d829
4 changed files with 45 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue