1. Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. Install kitty
brew install --cask kitty
brew tap homebrew/cask-fonts
brew install font-jetbrains-mono-nerd-font
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- tldr
- ripgrep
- fd
- fzf
- tmux
- lazygit
- lf/ranger/vifm
- rustup
- cargo
- npm
- node
- luarocks
- nvim, helix
brew install neovim
brew install helix
- VSCode, Xcode
mkdir ~/.config
mkdir ~/Repos
cd ~/.config
git clone https://github.com/trimonovds/nvim-config nvim
git clone https://github.com/trimonovds/kitty-config kitty
git clone https://github.com/trimonovds/helix-config helix
cd ~/Repos
git clone https://github.com/trimonovds/vscode-config vscode-config
ln -s ~/Repos/vscode-config/keybindings.json ~/Library/Application\ Support/Code/User/keybindings.json
ln -s ~/Repos/vscode-config/settings.json ~/Library/Application\ Support/Code/User/settings.json