Install homebrew (https://brew.sh/)[https://brew.sh/] https://docs.brew.sh/Installation
cd ~
git clone https://github.com/imdevan/dotfiles.gitcd ~/dotfiles/config/stow
stow -t ~/ zshbrew install --cask ghostty
https://ohmyposh.dev/docs/installation/macos brew install jandedobbeleer/oh-my-posh/oh-my-posh
brew install --cask font-fira-code-nerd-font
### helpful homebrew
todo: setup brewfile in config
## Editors
------------------------------------------------------------------------
## cursor
https://www.cursor.com/
## vs_code
https://code.visualstudio.com/
disable the Apple press and hold for VSCode and Cursor
```sh
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
Copy ./vscode/settings.json into the vscode settings found in vscode and cursor
todo: can i use stow for this?
https://github.com/neovim/neovim/blob/master/INSTALL.md
clone nvim_config repo into ~/.config/nvim
git clone https://github.com/imdevan/nvim_config
todo: can i use stow for this?
https://karabiner-elements.pqrs.org/
- Swap caps_lock for esc
Import macros from saved macros
brew install --cask nikitabobko/tap/aerospacenote: I like aerospace but cautious of performance
- possible alternatives:
-
- raycast
(mac keyboard > shortcuts)´
-
Move .zshrc to ./config/.zshrc(or consider different name)?
-
- is it possible to use STOW for this?
-
- or should I just make the name the same and source it?
-
Add keyboard maestro config exports to dotfiles-