sudo xcode-select --installsh -c "$(curl -fsSL https://raw.githubusercontent.com/petterhoel/setup/main/mac/set-mac-settings.sh)"sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"sh -c "$(curl -fsSL https://raw.githubusercontent.com/petterhoel/setup/main/mac/installs.sh)"sh -c "$(curl -fsSL https://raw.githubusercontent.com/petterhoel/setup/main/mac/git.sh)"curl https://raw.githubusercontent.com/petterhoel/setup/main/mac/.zshrc-append >> ~/.zshrcoh-my-posh font installInstall oh my zsh plugins. Do not use homebrew as it will now play nice (different install location) with oh my zsh
- https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md
- https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md
- https://github.com/zdharma-continuum/fast-syntax-highlighting
- Update plugins in
~/.zshrc:plugins=(git zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting)
cursor-style = bar
cursor-color = hotpink
adjust-cursor-thickness = 2
font-size = 18
font-thicken = false
quick-terminal-position = top
theme = Catppuccin Mocha
background = #1C1C21
macos-titlebar-style = hidden
macos-non-native-fullscreen=true
window-padding-x = 20
window-padding-y = 20
window-height = 9999
window-width = 140
window-position-x=0
keybind = global:cmd+ctrl+shift+option+t=toggle_quick_terminal
quick-terminal-animation-duration = 0
https://learn.microsoft.com/en-us/windows/dev-drive
sh
iwr https://raw.githubusercontent.com/petterhoel/setup/main/windows/installs.bat | iex
iwr https://raw.githubusercontent.com/petterhoel/setup/main/windows/git.bat | iex# Install nice stuff
Install-Module posh-git
Install-Module cd-extras
# Set up local profile
curl https://raw.githubusercontent.com/petterhoel/setup/main/windows/profile.ps1 -o $PROFILE
# Install terminal font
oh-my-posh font install- Jetbrains settings
- Dictionary jetbrains
- Work and personal git credentials
- install tinkertool (mac)
- install global protect
- windows dev drive