Migrate to Linuxbrew, prefer script to Makefile

This commit is contained in:
Andrew Tomaka 2022-09-13 23:08:01 -04:00
parent 7fd1eb3033
commit a77f02c7bf
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 155 additions and 55 deletions

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# dotfiles
Personal dotfiles managed via GNU stow.
## Installation
```bash
cd $HOME
git clone https://github.com/atomaka/dotfiles.git
cd dotfiles
./install.sh
```
## Notes
* Some homebrew packages (ie. vim) might be missing desired features
```
brew uninstall PACKAGE
brew edit PACKAGE # where there is no local directory named PACKAGE
# add compile options
brew install -s PACKAGE
```