This repository is for my personal use in easily setting up my development
environment. GOTCHAS.md
is a collection of random tidbits I've learned over time
that I am trying to keep in one place.
Run (assuming git
is installed)
export DOTFILES=~/.dotfiles
git clone https://github.com/joshpfosi/dotfiles.git $DOTFILES
sh $DOTFILES/install.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
brew install clipper
brew install tmux
brew install mosh
Refer to clipper.md
for details.
- Export BetterTouchTool license via Configuration UI
- Enable "Remote Login" via "Sharing" settings on Mac (for ssh)
- Use scp to copy license
- Import presents / license
Software I used to use:
brew install macvim
brew install zsh zsh-completions
or sudo yum -y install zsh
https://discussions.apple.com/thread/250786208:
First, check there's nothing else there:
defaults read com.apple.systempreferences AttentionPrefBundleIDs
This should dump:
{
"com.apple.preferences.AppleIDPrefPane" = 1;
}
Then, delete:
defaults delete com.apple.systempreferences AttentionPrefBundleIDs
Then, close System Preferences.