To terraform your machine:
On mac:
- Download homebrew
- brew install git git-lfs tmux the_silver_searcher trash
- In terminal preferences:
- Change Profile to Homebrew (hit "Default", don't just select it)
- In the "Shell" tab, change "Run Command" to run
tmux
- In the "Shell" tab, change "When the shell exits" to "if exited cleanly"
- Clone this repo into your root:
git init
git remote add origin https://github.com/artoonie/dotfiles.git
git pull origin main
- On mac, run
./.new-machine-installation.sh
On Linux:
sudo apt-get install silversearcher-ag git vim tmux trash-cli