Moving to a plain ol' README since it was annoying having it in a GitHub issue.pull/37/head
parent
aeaed5ab6e
commit
bc6006000d
@ -1,51 +0,0 @@
|
|||||||
- [ ] Install Homebrew
|
|
||||||
`/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
|
|
||||||
|
|
||||||
- [ ] Install [Xcode]
|
|
||||||
|
|
||||||
[xcode]: https://developer.apple.com/download/more/
|
|
||||||
|
|
||||||
- [ ] Install Ansible
|
|
||||||
`brew install ansible`
|
|
||||||
|
|
||||||
- [ ] Install `mas`
|
|
||||||
`brew install mas`
|
|
||||||
- [ ] Sign in to the Mac App Store
|
|
||||||
|
|
||||||
- [ ] Enable Remote Login
|
|
||||||
`open /System/Library/PreferencePanes/SharingPref.prefPane`
|
|
||||||
|
|
||||||
- [ ] Clone dotfiles
|
|
||||||
`git clone --recursive https://github.com/kejadlen/dotfiles.git ~/.dotfiles`
|
|
||||||
|
|
||||||
- [ ] Run Ansible
|
|
||||||
```shell
|
|
||||||
cd ~/.dotfiles/ansible
|
|
||||||
echo "localhost ansible_connection=local" > hosts.private
|
|
||||||
ansible-playbook main.yml --ask-pass --ask-become-pass
|
|
||||||
```
|
|
||||||
|
|
||||||
- [ ] macOS preferences
|
|
||||||
- [ ] Displays
|
|
||||||
- [ ] Night Shift
|
|
||||||
- [ ] Keyboard
|
|
||||||
- [ ] Modifier keys
|
|
||||||
- [ ] Function keys
|
|
||||||
- [ ] Siri
|
|
||||||
- [ ] Disable `Show Siri in menu bar`
|
|
||||||
|
|
||||||
- [ ] Setup programs
|
|
||||||
- [ ] 1Password
|
|
||||||
- [ ] Change hotkeys
|
|
||||||
- [ ] Alfred
|
|
||||||
- [ ] Arq
|
|
||||||
- [ ] Bartender
|
|
||||||
- [ ] Dash
|
|
||||||
- [ ] Encrypt.me
|
|
||||||
- [ ] Fantastical
|
|
||||||
- [ ] Firefox
|
|
||||||
- [ ] MailMate
|
|
||||||
- [ ] Slack
|
|
||||||
- [ ] Discord
|
|
||||||
- [ ] hammerspoon
|
|
||||||
- [ ] syncthing
|
|
Loading…
Reference in new issue