❯ ./dot.sh
Usage:
./dot.sh [--dotfiles] [--sublime] [--hosts] [--homebrew-bash] [--php]
Options:
-d | --dotfiles Symlink dotfiles in home/ directory
-h | --hosts Create local hosts files and symlink it
--php Setup php prepended file
--sublime Symlink Sublime Text preferences
--homebrew-bash Add bash from homebrew to shell login and switch to it
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.shbrew install fish
brew update fish
brew install fisher
brew install terminal-notifier
fisher install IlanCosman/tide@v6
fisher install franciscolourenco/done
fisher install jethrokuan/z
tide configure --auto --style=Lean --prompt_colors='16 colors' --show_time='24-hour format' --lean_prompt_height='Two lines' --prompt_connection=Disconnected --prompt_spacing=Sparse --icons='Many icons' --transient=No
# if docker
#docker completion fish > ~/.config/fish/completions/docker.fishInstall Nerd Font: MesloLGS NF
./dot --dotfiles can be executed anytime.
Configure iTerm to use misc/terminal.
...
Use TouchID to sudo instead of password. Source: https://davidwalsh.name/touch-sudo
# Open the sudo utility
sudo vi /etc/pam.d/sudo
# Add the following as the first line
auth sufficient pam_tid.so# sudo: auth account password session
+ auth sufficient pam_tid.so
auth sufficient pam_smartcard.so
auth required pam_opendirectory.so
account required pam_permit.so
password required pam_deny.so
session required pam_permit.so- @mathiasbynens (compare)
- @paulmillr (for vim config NEEDS UPDATE)
- @statico

