From 0091e507b9c5e9bf8ad99477e5df81fbd1aafa90 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Fri, 6 Oct 2023 20:44:47 +0200 Subject: [PATCH] cleanup --- install/0_basics.sh | 7 +++---- install/1_languages.sh | 4 ++-- install/6_software.sh | 29 ++++++++++------------------- 3 files changed, 15 insertions(+), 25 deletions(-) diff --git a/install/0_basics.sh b/install/0_basics.sh index 556ec6ca..f808c10a 100755 --- a/install/0_basics.sh +++ b/install/0_basics.sh @@ -7,12 +7,11 @@ sudo scutil --set ComputerName "mausohr" sudo scutil --set LocalHostName "mausohr" sudo scutil --set HostName "mausohr" -# citrix/sequel etc. still use intel, so: -sudo softwareupdate --install-rosetta +# still needed?! +# sudo softwareupdate --install-rosetta -# deactivate long vowel-press-to-accent-entry +# deactivate long vowel-press-to-accent-entry and show all files in finder defaults write -g ApplePressAndHoldEnabled -bool false -# always show all files in finder defaults write com.apple.Finder AppleShowAllFiles -bool true # install homebrew diff --git a/install/1_languages.sh b/install/1_languages.sh index 7394e091..0c81904c 100755 --- a/install/1_languages.sh +++ b/install/1_languages.sh @@ -18,6 +18,6 @@ npm update -g # first: find out the current python3 version in homebrew # then install this version with pyenv and link it brew install pyenv # restart terminal, then: -pyenv install 3.11.5 -pyenv global 3.11.5 +pyenv install 3.12.0 +pyenv global 3.12.0 pip install --upgrade pip diff --git a/install/6_software.sh b/install/6_software.sh index 31ad144c..21ecdea9 100755 --- a/install/6_software.sh +++ b/install/6_software.sh @@ -3,49 +3,40 @@ brew tap buo/cask-upgrade brew tap homebrew/cask-fonts brew tap homebrew/cask-versions +# font of choice +brew install --cask font-fira-code-nerd-font + +# default software brew install --cask affinity-designer brew install --cask affinity-photo brew install --cask alfred brew install --cask carbon-copy-cloner +# brew install --cask citrix-workspace brew install --cask firefox brew install --cask forklift brew install --cask google-chrome brew install --cask hammerspoon -brew install --cask kap +# brew install --cask kap brew install --cask karabiner-elements brew install --cask microsoft-teams -brew install --cask reaper +# brew install --cask rapidapi +# brew install --cask reaper brew install --cask signal brew install --cask syntax-highlight brew install --cask telegram brew install --cask vlc brew install --cask wezterm -# seldomly used software -#brew install --cask paw -#brew install --cask sequel-pro -#brew install --cask sketch -#brew install --cask transmission - -# Quicklook-reset -xattr -cr ~/Library/QuickLook -xattr -d -r com.apple.quarantine ~/Library/QuickLook -qlmanage -r -qlmanage -r cache - -# link config files for some casks ln -s ~/dotfiles/hammerspoon ~/.hammerspoon ln -s ~/dotfiles/karabiner ~/.config/karabiner # Drivers and other software -brew install --cask font-fira-code-nerd-font # firefox-extensions: # surfingkeys, dark reader, privacy badger, ublock origin, # react developer tools, df youtube, axe devtools -# other software: +# other software that can't be installed via brew: # bill: https://billtheapp.com/ -# citrix: https://www.citrix.com/downloads/workspace-app/mac/workspace-app-for-mac-latest.html -# app-store: strongbox, xcode +# Apps from the app-store: strongbox, xcode