Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rajyan committed Dec 16, 2024
1 parent 539eb71 commit f0359a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dots/.wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ config.background = {
vertical_align = 'Middle',
horizontal_align = 'Center',
hsb = {
brightness = 0.2,
saturation = 0.8,
brightness = 0.05,
saturation = 0.1,
hue = 1.0,
},
},
Expand Down
6 changes: 3 additions & 3 deletions dots/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ zinit lucid for \
Homebrew/install

## git credential manager
zinit wait'1' from'gh-r' sbin'git-credential-manager' lucid for \
zinit wait'1' from'gh-r' as'null' sbin'git-credential-manager' lucid for \
if'[[ "$(uname)" == "Linux" ]]' bpick'*amd64*[0-9].tar.gz' \
atinit'export GCM_CREDENTIAL_STORE=secretservice' \
@git-ecosystem/git-credential-manager
zinit wait'1' from'gh-r' sbin'git-credential-manager' lucid for \
zinit wait'1' from'gh-r' as'null' sbin'git-credential-manager' lucid for \
if'[[ "$(uname)" == "Darwin" ]]' bpick'*osx*[0-9].tar.gz' \
atinit'export GCM_CREDENTIAL_STORE=keychain' \
@git-ecosystem/git-credential-manager
Expand All @@ -113,7 +113,7 @@ zinit wait'1' from'gh-r' mv'direnv* -> direnv' sbin'direnv' lucid for \
direnv/direnv

## n
zinit wait'1' as'command' sbin'bin/n' lucid for \
zinit wait'1' as'null' sbin'bin/n' lucid for \
atclone'N_PREFIX="$ZPFX" bin/n lts' \
atclone'npm install -g aws-cdk npm-check-updates' \
atload'export N_PREFIX="$ZPFX"' \
Expand Down

0 comments on commit f0359a8

Please sign in to comment.