dotfiles/README.md

18 lines
555 B
Markdown
Raw Normal View History

2020-06-09 20:51:44 +00:00
# dotfiles
My personal dotfiles, originally for macOS only but currently being adapted for use on Linux based systems (Ubuntu and Pop!_OS in particular) where needed.
2021-06-10 12:55:21 +00:00
## Installation
```
2021-08-11 08:45:34 +00:00
stow alacritty bin composer dconf git nvim tmux zsh
2021-06-10 12:55:21 +00:00
```
2020-07-23 09:03:51 +00:00
## Inspiration
2020-06-09 20:51:44 +00:00
2020-07-23 09:03:51 +00:00
- [Chris Toomey](https://github.com/christoomey/dotfiles)
- [Gabe Berke-Williams](https://github.com/gabebw/dotfiles)
- [Jeff Geerling](https://github.com/geerlingguy/dotfiles)
- [Robin Malfait](https://github.com/RobinMalfait/dotfiles)
2020-07-23 09:03:51 +00:00
- [Thoughtbot](https://github.com/thoughtbot/dotfiles)