This repository contains configuration files that help customize my development environment, including settings for the shell, editor, and various applications. Do not try to use this repo as it is! These dotfiles are intended to serve as a reference for others looking to set up their own dotfiles. Feel free to explore and use these to influence your own ideas!
- Install homebrew
- Install oh-my-zsh (zsh comes with macOS Catalina)
Then:
git clone [email protected]:olorton/dotfiles.git ~/dev/dotfiles
cd ~/dev/dotfiles
bin/dotfiles-symlink
cat ~/.python-version | pyenv install -
source ~/.zshrc
dedit
Here are some terminal typefaces I've used in the past, included here for future reference:
- Current: DOSEGA
- M+1m console font
defaults write NSGlobalDomain KeyRepeat -int 1 # normal minimum is 2 (30 ms)
defaults write NSGlobalDomain InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults -currentHost write -g AppleFontSmoothing -int 0