TODO: Add screenshot
- Computer: MacBook Air M1 2020
- Terminal: Terminal.app
- Shell: Fish
A relatively bare-bone (and not always so reliable) script to automatically install the dotfiles (install packages and do symlinks) exist (install.sh) however, it makes the following assumptions:
- Homebrew is already installed and ready to be used
- You want to install all the files, you can't select specific features but you can however choose not to do symlinks and do those manually
- Your dotfiles are located at
~/dotfiles
(only required for automatic symlinking)
rm -f
) files before doing the links. This might result in data loss if you're not careful. Beware!