|
|
|
|
|
by twe4ked
4838 days ago
|
|
The idea with modularizing things is it makes it easy to share the parts that people do want the same. Where I work we have slowly but surely come to an agreement on most of our git aliases. That's why we built [fresh] a similar tool to allow us to share the parts we want to. [fresh] allows us to easily override anything we don't like and keep the parts we do like up to date. My [freshrc] file is an example of mixing other peoples aliases and bin files with a collection of my own config. [fresh]: https://github.com/freshshell/fresh [freshrc]: https://github.com/twe4ked/dotfiles/blob/master/freshrc |
|