Created
February 21, 2025 21:20
-
-
Save AndreVallestero/82ffb13a073fc588fce04de0e831cfb4 to your computer and use it in GitHub Desktop.
MACOS Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install homebrew | |
Brew install neovim | |
Brew install iterm2 | |
Brew install nerdfont ubuntu mono | |
Install NVChad | |
Download gruvbox config for iterm2 | |
Make iterm2 default | |
Install enable LSP support for Go and Python | |
Install powerline tty | |
- source "/opt/homebrew/opt/kube-ps1/share/kube-ps1.sh" | |
- PS1=$'\[\e[42m\e[37;1m\] $(kube_ps1) \[\e[0m\e[32m\e[46m\]\[\e[37;1m\] \h \[\e[0m\e[36m\e[45m\]\[\e[37;1m\] \u \[\e[0m\e[35m\e[44m\]\[\e[37;1m\] \W \[\e[0m\e[34m\e[49m\]\[\e[0m\] ' | |
Change bash_profile to be readonly (chmod a+r-w .bash_profile) | |
Apply windows keybinds | |
https://gist.github.com/AndreVallestero/03ae170cf4066e7acc56862d0e1cacbb | |
Swap command and control in mac keyboard settings, and assign globe to command aswell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment