- Prerequisites
- Installation
- Post-install checklist on a fresh installation - Mac Os X
- Features
- Misc
- Useful software (not installed by default)
- Useful services
- Checklist before reinstall
- Contributing
- Acknowledgments
See fresh install below.
Use this script to fully automate a new machine setup (e.g. with Vagrant):
install/provision.sh
Otherwise, see Installation section below.
DOTFILES="$HOME/.dotfiles"
git clone https://github.com/charlax/dotfiles.git $DOTFILES
# If you want only dotfiles
python3 $DOTFILES/install.py
# On a fresh install
python3 $DOTFILES/install.py --with-all
To install all the required software, run:
~/.dotfiles/install/install-apps-all.sh
- Install any OS upgrade
- Start with installing XCode from the App Store - it takes quite a long time. Open it and accept the T&C.
- Install Homebrew (see above)
- Run the steps below in the terminal:
# Make sure the account name is correct:
whoami
# If it needs to be changed, create a new temporary admin. Follow this guide:
# https://support.apple.com/en-us/HT201548
# Install dependencies
brew install git python3
# Create an SSH key and add it to Github
ssh-keygen -t rsa -b 4096 -C "youremail@example.com"
pbcopy < ~/.ssh/id_rsa.pub # then add it to Github
# Verify you can connect to github:
ssh -T git@github.com
# Install local git settings
cp $DOTFILES/git/gitconfig.local.template $DOTFILES/git/.gitconfig.local
Once this is done, follow the instruction above (Installation).
- Change the computer name
- Add French input source
- Set keyboard shortcuts
- Set the change input source shortcuts
- Annotate (App Store)
- Be Focused (App Store)
- Docker (installed via brew cask)
- Dropbox
- Evernote (App Store)
- Firefox (installed by the script)
- Google Chrome Canary (installed by the script)
- Google Chrome
- Grammarly
- Keynote (App Store)
- Kindle (App Store)
- LibreOffice (installed by the script)
- MindNode (App Store)
- Notion
- Numbers (App Store)
- Pages (App Store)
- Pixelmator (App Store)
- Spotify (installed by the script)
- Studies (App Store)
- TextExpander (not anymore on the app store)
- Things (App Store)
- Time Out (App Store)
- VLC (installed by the script)
- VirtualBox (better to install manually as it requires Max Os X permissions)
- Visual Studio Code (installed by the script)
- iA Writer (App Store)
Setup the following apps:
- Password application
- Backup application
- Chrome
- Rectangle (give permissions)
- Dropbox
- TextExpander
- Things cloud
- Printers
- fzf: fuzzy file finder. To use it on the command line, prefix with
**
, then press tab. For instance:vim **<TAB>
.
- You can copy the dotfiles in the current directory through
copy-dotfiles-here.sh
Use zprof
:
# At the beginning of your file, e.g. zshrc
zmodload zsh/zprof
...
# At the end:
zprof
- Numi: beautiful calculator app for Mac (like Soulver)
- carbon.now.sh: create and share beautiful images of your source code
- Excalidraw
- Backup SSH keys
- Backup GPG keys
- Check each app for backup
- Backup hidden files in repo
- Backup
/Library/
- Backup
~/Library/
- Make sure branches in repo are pushed
- Search for "what folders to backup"
- Search for "checklist before factory reset"
- Backup photos (too important)
- Make sure iCloud sync is finished (check status bar in Finder)
- What's most important? Is it backed up?
Checkout CONTRIBUTING.md