- Make a dotfiles directory somewhere you will have the contents of you home or .config there.
- You will
stow .
in the copied directory as things change over time.
- Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
- vscode:
brew install --cask visual-studio-code
- poetry:
curl -sSL https://install.python-poetry.org | python3 -
- starship:
curl -sS https://starship.rs/install.sh | sh
- neovim:
brew install neovim
- kickstart:
https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua
- tmux:
brew install tmux
- stow:
brew install stow
- alacritty:
brew install --cask alacritty
- amethyst:
brew install --cask amethyst