Migrate to Linuxbrew, prefer script to Makefile
This commit is contained in:
parent
7fd1eb3033
commit
a77f02c7bf
3 changed files with 155 additions and 55 deletions
23
README.md
Normal file
23
README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue