/Dotfiles-Mac

My dotfiles for my mac development environment

Primary LanguageShell

My Dotfiles

Dotfiles for my development environment on MacOS (With Apple Silicon). I keep my environment pretty minimal so I mostly just use ITerm2 and VS Code.

Everything is Nordified for a cohesive experience.

An overview of this environment and the development experience on Apple Silicon is available on my YouTube channel

Terminal

You can use my terminal dotfiles by running the install_term.sh script and then cloning p10k.zsh and .zshrc to their corresponding places in your home directory. If you are planning on using my p10k config instead of running p10k configure to generate your own, then you will need to install MesloLGS NF.

Iterm2

You can use my Iterm2 Dotfiles (Configured for an Apple Silicon Mac to have both a native and a Rosetta shell) by opening Iterm2, and going to

Preferences > General > Preferences, enabling "Load preferences from a custom folder or URL" and pointing it to https://raw.githubusercontent.com/AidanGlickman/Dotfiles-Mac/master/iterm/com.googlecode.iterm2.plist. You could also just download the file or clone the repo and do it with the file you get from that.

VSCode

The dotfiles for my VSCode are available in the VSCode directory of this repo. You can activate my settings by overwriting your 'settings.json` with the settings.json file in this repo. (make sure you have MesloLGS NF) installed as well if you plan on using my font.

You can install all of the extensions I use by cloning this repo, making sure the code command is on your $PATH (like this), and running the extensions.sh script.