- Enable SSH on old mac
cd ~/.shh
sftp <ip_of_old_mac>
get ~/.ssh/config
get ~/.ssh/.zsh_history
get ~/.ssh/id_ed25519
get ~/.ssh/id_ed25519.pub
get ~/.ssh/known_hosts
mkdir ~/github.com.nosync/
git clone --bare [email protected]:buschco/.dotfiles.git dotfiles
git --git-dir=$HOME/github.com.nosync/dotfiles --work-tree=$HOME checkout
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install spaceship
brew install zsh-autosuggestions
brew install --cask wezterm
Font:
brew install --cask font-fira-code
brew install --cask firefox
brew install --cask firefox@developer-edition
brew install --cask finicky
brew install --cask openvpn-connect
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
npm -g install git-checkout-interactive cspell@latest @cspell/dict-de-de @fsouza/prettierd @tailwindcss/language-server typescript-language-server yaml-language-server typescript vscode-langservers-extracted yarn
cspell link add @cspell/dict-de-de
on old mac
gpg --list-secret-keys --keyid-format=long
gpg --export-secret-keys <keyid> > key
on new mac
brew install gnupg
brew install pinentry
brew install pinentry-mac
gpg --import >> key
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
brew install cmake
brew install fzf
cspell link add @cspell/dict-de-de
cargo install bob-nvim
bob use latest
brew install tmux
brew install --cask bitwarden
brew install xcodesorg/made/xcodes
brew install aria2
xcodes install --latest
brew install rbenv
brew install --cask slack
brew install --cask figma
brew install --cask docker
brew install --cask raycast
export settings from old mac
brew install --cask google-chrome
brew install --cask android-studio
curl -s "https://get.sdkman.io" | bash
sdk install java 21.0.3-tem
brew install maven
brew install --cask intellij-idea-ce
brew install --cask inkscape
curl -s https://raw.githubusercontent.com/actuallymentor/battery/main/setup.sh | bash
battery maintain 80
brew install the_silver_searcher ripgrep fd awscli diff-so-fancy
brew install lua-language-server
brew install rbenv ruby-build
brew install --cask visual-studio-code
brew install --cask intellij-idea-ce
brew install go
# install go https://go.dev/dl/
go install golang.org/x/tools/gopls@latest