this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add some notes & todos

+8
+8
README.md
··· 29 29 ln -shf ./lf ~/.config/lf 30 30 ``` 31 31 32 + > NOTE: 33 + > `ln -shf` is OSX specific command. 34 + > `ln -sf` is fine for Linux. 35 + 32 36 ### install fish 33 37 34 38 ```bash ··· 52 56 53 57 # TODO 54 58 59 + - [ ] Create shell script to check if local config already exists 55 60 - [ ] Test this in new Mac 56 61 - [ ] Add Brewfile 62 + - [ ] Check this tool 63 + - [ ] [Schniz/fnm](https://github.com/Schniz/fnm) 64 + Rust based node.js version manager