macos:setup-new-macos
Setup new macOS
Download
-
Install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
essentials
brew install aria2 aspell cmake colordiff coreutils \
ctags exa exiftool fd gawk git gnu-sed gnupg2 htop imagemagick \
ispell jpeg jq mycli ncdu openssl pcre pcre2 pv python3 qpdf \
rsync the_silver_searcher rg tig tmux tree unrar vim watch xz z
brew cask install postman v2rayu itsycal iterm2 sublime-text \
firefox xee the-unarchiver alfred hammerspoon qlvideo
git clone git@github.com:dcai/.bin.git
bash ~/Dropbox/bin/init-dotfiles.sh
hammerspoon git clone git@github.com:dcai/.hammerspoon.git
itsycal, use datetime format:
# d MMM H:mm:ss #
git clone git@github.com:dcai/.password-store.git
Install power fonts (iterm needs it)
git clone --depth=1 https://github.com/powerline/fonts.git ~/src/fonts
cd ~/src/fonts && bash install.sh
Install fzf, run:
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
Download
Sublime Text mkdir -p ~/.local/bin; ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/.local/bin
Settings
Keyboard ⇒ Modifier Keys ⇒ Caps Lock to ESC
Accessibility ⇒ Pointer Control ⇒ Mouse & Trackpad ⇒ Trackpad Options ⇒ Enable dragging ⇒ with drag lock
change input sources short cut: ^ Ctrl + ␣ Space
Must have macOS apps
app store
dev
Nice to have macOS apps
macos/setup-new-macos.txt · Last modified: 2020-12-26 by dcai