A personal repository for maintaining development-related things (scripts, profiles, etc.). Thanks to Kevin, Adam, and Fed for the help!
An automated setup to install oh-my-zsh, nvm, homebrew, and custom .bash_profiles. It also configures git!
-
Clone this repositry.
-
Run $ sh install.sh
-
Close your terminal are reopen!
-
Import
carlyIterm2.jsoninto iterm. This will be underiterm2 > settings > profiles
To change shell to zsh
$ chsh -s /bin/zsh
To change shell to bash
$ chsh -s /bin/bash
Codespaces will automatically pull the zsh dotfiles from the root of this repository and configure them using the install.sh script. I used this guide as inspriation for my setup.
Slack theme: (Based off Catpuccin - #21262D,#F8F8FA,#A6E3A1,#1E1E2E,#11111B,#CDD6F4,#A6E3A1,#DB889F,#0D1117,#CDD6F4)
TODO:
- Configure for whether on MacOS or Linux with homebrew
- clean up dotfiles - check for which machine we are on