- set up privacy settings and hosts file.
- download these files and move to user root. you may need to reveal hidden files in the finder.
- install terminal theme.
- install xcode dev tools:
xcode-select --install
- install Homebrew and run
brew doctor
to verify it works. - download
brew-install.sh
& save to user root.- run
$ chmod +x brew-install.sh
to set permissions - then run
$ ./brew-install.sh
to install all the homebrew packages and (non-app-store) apps. (this will automatically install homebrew itself)
- run
- check that ASDF installed correctly and that paths are set up
- add asdf plugins and versions:
asdf plugin-add ruby
asdf plugin-add nodejs https://github.com/asdf-vm/asdf-nodejs.git && bash -c '${ASDF_DATA_DIR:=$HOME/.asdf}/plugins/nodejs/bin/import-release-team-keyring'
Note thenodejs
plugin has some dependencies and complications (which were hopefully installed by the shell script above).- Then install versions as needed:
$ asdf install ruby latest
$ asdf install nodejs [LTS number]
(for some reason 'latest' doesn't seem to work with Node)
- set up system config files:
- global .gitignore:
git config --global core.excludesfile '~/.gitignore_global'
- add .bash_profile to user root
- global .gitignore:
- set up SSH keys via Github or 1Password's SSH Agent.
- install apps from app store (both personal and business accts)
- Install Affinity apps (not available on Homebrew or app store)
- Open Rightfont (installed by
brew-install
script) and import font libraries (cmd + O
) from~/Documents/Fonts
- grab misc preferences from
backup > software > _preferences
to configure everything - download/set up drivers:
- wacom tablet - prefs are in Archive > Software > _preferences
- scanner
- printer:
- get drivers as needed
- turn on printer
- (on mac) control panel > printers & scanners > add.
- select Epson printer
-
Notifications
You must be signed in to change notification settings - Fork 2
Basic configuration for my Mac environment
License
jayperryworks/dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Basic configuration for my Mac environment
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published