config

#brew#nushell

git clone https://git.pyrossh.dev/config

Common configuration


setup.sh
67982fe 1
brew install tig nu helix zellij openjdk gradle mas rclone jandedobbeleer/oh-my-posh/oh-my-posh
5ab4d00 2
67982fe 3
brew --cask install ghostty google-chrome obsidian secretive mpv stats pika font-ubuntu-mono
5ab4d00 4
5ab4d00 5
mas install 497799835 # installs xcode
5ab4d00 6
echo /opt/homebrew/bin/nu | sudo tee -a /etc/shells
5ab4d00 7
chsh -s /opt/homebrew/bin/nu
5ab4d00 8
launchctl setenv PATH /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin
5ab4d00 9
launchctl setenv XDG_CONFIG_HOME /Users/pyrossh/Code/pyrossh/config
9463dd3 10
launchctl setenv ANDROID_HOME ~/Library/Android/sdk
9463dd3 11
launchctl setenv EDITOR hx
aca92b7 12
git config --global --add --bool push.autoSetupRemote true