- Install docker
- Install notes
- Install browser
- Install terminal
- Install music
- Install scroll reverser
- TODO: Text expander
- TODO: signing keys
chmod 700 ~/.ssh
chmod 644 ~/.ssh/id_rsa.pub
chmod 600 ~/.ssh/id_rsa
# apt-get deps.txt
sudo apt-get install neovim tmux zsh ripgrep emacs grep
# install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
xargs brew install < deps.txt
brew install coreutils fd
# Installs clang
xcode-select --install
brew tap railwaycat/emacsmacport
brew install emacs-mac --with-modules
cp /opt/homebrew/opt/emacs-mac/Emacs /Applications/Emacs.app
# Install doom emacs
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
chmod +x install.sh
./install.sh
Current colours:
- Base16-eighties in the terminal
- Base16-woodland in the editor
git clone https://github.com/chriskempson/base16-iterm2.git ~/base16-iterm2