Skip to content

Commit b060f4a

Browse files
committed
feat: update dependencies to sequoia and ignore deprecations
1 parent 57e0838 commit b060f4a

11 files changed

+60
-43
lines changed

defaults/com.crystalidea.macsfancontrol.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#!/usr/bin/env bash
22

3+
defaults write com.crystalidea.macsfancontrol DockIcon -int 0
4+
defaults write com.crystalidea.macsfancontrol DontCheckForHelperTool -int 0
35
defaults write com.crystalidea.macsfancontrol Fahrenheit -int 0
6+
defaults write com.crystalidea.macsfancontrol InterfaceLanguage -string "English.xml"
7+
defaults write com.crystalidea.macsfancontrol MoveToAppsSkip -int 0
8+
defaults write com.crystalidea.macsfancontrol NoFanControlWarning -int 0
49
defaults write com.crystalidea.macsfancontrol PreciseTemperature -int 1
510
defaults write com.crystalidea.macsfancontrol ShowEGpuTemp -int 1
611
defaults write com.crystalidea.macsfancontrol ShowNVMeDrives -int 1

defaults/com.googlecode.iterm2.sh

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
#!/usr/bin/env bash
22

3-
defaults write com.googlecode.iterm2 DimBackgroundWindows -bool false
4-
defaults write com.googlecode.iterm2 DimOnlyText -bool true
5-
defaults write com.googlecode.iterm2 HideFromDockAndAppSwitcher -bool true
6-
defaults write com.googlecode.iterm2 HideMenuBarInFullscreen -bool false
7-
defaults write com.googlecode.iterm2 HideScrollbar -bool true
8-
defaults write com.googlecode.iterm2 HideTab -bool false
3+
defaults write com.googlecode.iterm2 AppleAntiAliasingThreshold -int 1
4+
defaults write com.googlecode.iterm2 ApplePressAndHoldEnabled -int 0
5+
defaults write com.googlecode.iterm2 AppleScrollAnimationEnabled -int 0
6+
defaults write com.googlecode.iterm2 AppleSmoothFixedFontsSizeThreshold -int 1
7+
defaults write com.googlecode.iterm2 AppleWindowTabbingMode -string "manual"
8+
defaults write com.googlecode.iterm2 DimBackgroundWindows -int 0
9+
defaults write com.googlecode.iterm2 DimOnlyText -int 1
10+
defaults write com.googlecode.iterm2 HapticFeedbackForEsc -int 1
11+
defaults write com.googlecode.iterm2 HideFromDockAndAppSwitcher -int 1
12+
defaults write com.googlecode.iterm2 HideMenuBarInFullscreen -int 0
13+
defaults write com.googlecode.iterm2 HideScrollbar -int 1
14+
defaults write com.googlecode.iterm2 HideTab -int 0
915
defaults write com.googlecode.iterm2 Hotkey -int 1
1016
defaults write com.googlecode.iterm2 HotkeyChar -int 167
1117
defaults write com.googlecode.iterm2 HotkeyCode -int 10
18+
defaults write com.googlecode.iterm2 HotkeyMigratedFromSingleToMulti -int 1
1219
defaults write com.googlecode.iterm2 HotkeyModifiers -int 1048840
1320
defaults write com.googlecode.iterm2 PasteTabToStringTabStopSize -int 4
14-
defaults write com.googlecode.iterm2 PreventEscapeSequenceFromClearingHistory -bool false
21+
defaults write com.googlecode.iterm2 PreventEscapeSequenceFromClearingHistory -int 0
1522
defaults write com.googlecode.iterm2 SUFeedURL -string "https://iterm2.com/appcasts/testing_modern.xml?shard=72"
16-
defaults write com.googlecode.iterm2 SavePasteHistory -bool true
17-
defaults write com.googlecode.iterm2 ShowBookmarkName -bool false
18-
defaults write com.googlecode.iterm2 ShowFullScreenTabBar -bool false
23+
defaults write com.googlecode.iterm2 SavePasteHistory -int 1
24+
defaults write com.googlecode.iterm2 ShowBookmarkName -int 0
25+
defaults write com.googlecode.iterm2 ShowFullScreenTabBar -int 0
1926
defaults write com.googlecode.iterm2 SplitPaneDimmingAmount -float 0.6
20-
defaults write com.googlecode.iterm2 StretchTabsToFillBar -bool false
27+
defaults write com.googlecode.iterm2 StretchTabsToFillBar -int 0
2128
defaults write com.googlecode.iterm2 TabStyleWithAutomaticOption -int 5
29+
defaults write com.googlecode.iterm2 VisualIndicatorForEsc -int 0
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

3-
defaults write net.freemacsoft.AppCleaner ProtectDefaultApps -bool false
4-
defaults write net.freemacsoft.AppCleaner ProtectOpenedApps -bool true
5-
defaults write net.freemacsoft.AppCleaner SUEnableAutomaticChecks -bool true
3+
defaults write net.freemacsoft.AppCleaner ProtectDefaultApps -int 0
4+
defaults write net.freemacsoft.AppCleaner ProtectOpenedApps -int 1
5+
defaults write net.freemacsoft.AppCleaner SUEnableAutomaticChecks -int 1
6+
defaults write net.freemacsoft.AppCleaner SUSendProfileInfo -int 0
67

defaults/org.m0k.transmission.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22

3-
defaults write org.m0k.transmission BindPort -int "62$((1 + $RANDOM % 1000))"
4-
defaults write org.m0k.transmission DownloadLocationConstant -bool true
5-
defaults write org.m0k.transmission InfoVisible -bool false
3+
defaults write org.m0k.transmission BindPort -int "62$((1 + RANDOM % 1000))"
4+
defaults write org.m0k.transmission DownloadLocationConstant -int 1
5+
defaults write org.m0k.transmission InfoVisible -int 0
66
defaults write org.m0k.transmission InspectorSelected -string "Info"
7-
defaults write org.m0k.transmission NSNavLastRootDirectory -string "~/Downloads"
8-
defaults write org.m0k.transmission RandomPort -bool true
9-
defaults write org.m0k.transmission WarningLegal -bool false
7+
defaults write org.m0k.transmission NSNavLastRootDirectory -string "$HOME/Downloads"
8+
defaults write org.m0k.transmission RandomPort -int 1
9+
defaults write org.m0k.transmission WarningLegal -int 0
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22

3-
defaults write uk.co.opencommunity.vienna2 OpenLinksInBackground -bool false
4-
defaults write uk.co.opencommunity.vienna2 OpenLinksInVienna -bool false
5-
defaults write uk.co.opencommunity.vienna2 SUEnableAutomaticChecks -bool true
6-
defaults write uk.co.opencommunity.vienna2 SUSendProfileInfo -bool false
7-
defaults write uk.co.opencommunity.vienna2 ShowAppInStatusBar -bool true
8-
defaults write uk.co.opencommunity.vienna2 ShowFilterBar -bool false
3+
defaults write uk.co.opencommunity.vienna2 OpenLinksInBackground -int 0
4+
defaults write uk.co.opencommunity.vienna2 OpenLinksInVienna -int 0
5+
defaults write uk.co.opencommunity.vienna2 SUEnableAutomaticChecks -int 1
6+
defaults write uk.co.opencommunity.vienna2 SUSendProfileInfo -int 0
7+
defaults write uk.co.opencommunity.vienna2 ShowAppInStatusBar -int 1
8+
defaults write uk.co.opencommunity.vienna2 ShowFilterBar -int 0
99
defaults write uk.co.opencommunity.vienna2 SortColumn -string "Author"

dot_zsh/env.zsh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,16 @@ export SPACESHIP_EXIT_CODE_SHOW=true
8686

8787
export GEM_HOME="${HOME}/.gem"
8888

89+
export GPG_TTY=$(tty)
90+
8991
# Path
9092
export CHEZMOIPATH="${HOME}/.local/bin"
9193
export NPMPATH="${HOME}/.npm-global/bin"
9294
export NODENPATH="${N_PREFIX}/bin"
9395
export GOBINPATH="$(go env GOPATH)/bin"
9496
export CARGOPATH="${HOME}/.cargo/bin"
9597
export PKGPATH="/opt/pkg/bin:/opt/pkg/sbin:/opt/pkg/gnu/bin"
96-
export PYPATH="/Library/Frameworks/Python.framework/Versions/3.10/bin:${HOME}/Library/Python/3.10/bin:${HOME}/.local/bin"
98+
export PYPATH="/Library/Frameworks/Python.framework/Versions/3.13/bin:${HOME}/Library/Python/3.13/bin:${HOME}/.local/bin"
9799
export GEMBINPATH="${GEM_HOME}/bin"
98100
export POSTGRESPATH="/Applications/Postgres.app/Contents/Versions/17/bin"
99101
export LMSTUDIOPATH="${HOME}/.cache/lm-studio/bin"

private_dot_npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
prefix=~/.npm-global
1+
prefix=/Users/vortex/.npm-global
22
progress=false
33
loglevel=info
44
audit=false

run_once_000_install_dependencies.sh.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ sudo /opt/pkg/bin/pkgin -y install \
1313
fd-find \
1414
gnuls \
1515
jq \
16+
libusb \
1617
neofetch \
1718
rclone \
1819
ripgrep \

run_once_110_mac_defaults.sh.tmpl

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{ if eq .chezmoi.os "darwin" -}}
44

55
# configuring mac settings
6-
sudo ~/.dotfiles/scripts/monterey.sh
6+
sudo ~/.dotfiles/scripts/sequoia.sh
77

88
# configuring application defaults
99
~/.dotfiles/defaults/com.crystalidea.macsfancontrol.sh
@@ -12,18 +12,18 @@ sudo ~/.dotfiles/scripts/monterey.sh
1212
~/.dotfiles/defaults/org.m0k.transmission.sh
1313
~/.dotfiles/defaults/uk.co.opencommunity.vienna2.sh
1414

15-
# installing atom packages
16-
~/.dotfiles/scripts/apm.sh \
17-
autocomplete-json \
18-
dash-ui \
19-
docblockr \
20-
git-plus \
21-
highlight-selected \
22-
language-graphql \
23-
minimap \
24-
project-plus \
25-
seti-syntax \
26-
tree-view-git-status \
27-
wakatime
15+
# installing atom packages (deprecated)
16+
#~/.dotfiles/scripts/apm.sh \
17+
# autocomplete-json \
18+
# dash-ui \
19+
# docblockr \
20+
# git-plus \
21+
# highlight-selected \
22+
# language-graphql \
23+
# minimap \
24+
# project-plus \
25+
# seti-syntax \
26+
# tree-view-git-status \
27+
# wakatime
2828

2929
{{ end -}}

scripts/pkgsrc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ ! -d /opt/pkg ]; then
1111
BOOTSTRAP_SHA="97cbb189458ff2765dbacbbaa691460a1d658e7c"
1212

1313
# Download the bootstrap kit to the current directory.
14-
curl -O https://pkgsrc.joyent.com/packages/Darwin/bootstrap/${BOOTSTRAP_TAR}
14+
curl -O https://pkgsrc.smartos.org/packages/Darwin/bootstrap/${BOOTSTRAP_TAR}
1515

1616
# Verify the SHA1 checksum.
1717
echo "${BOOTSTRAP_SHA} ${BOOTSTRAP_TAR}" | shasum -c-

0 commit comments

Comments
 (0)