https://github.com/atosatto/dotfiles
My personal collection of dotfiles
https://github.com/atosatto/dotfiles
dotfiles osx shell
Last synced: 3 months ago
JSON representation
My personal collection of dotfiles
- Host: GitHub
- URL: https://github.com/atosatto/dotfiles
- Owner: atosatto
- License: mit
- Created: 2014-12-29T19:00:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-07-12T10:51:47.000Z (12 months ago)
- Last Synced: 2025-07-12T12:37:05.122Z (12 months ago)
- Topics: dotfiles, osx, shell
- Language: Vim Script
- Homepage:
- Size: 105 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
Dotfiles are all those `.` files that sit in your `~` and customize your system.
Here are mine.
## Usage
```bash
# clone the repository
cd $HOME
git clone https://github.com/atosatto/dotfiles.git .dotfiles
cd .dotfiles
# install everything
make
```
## Thanks
- [@dave-tucker](https://github.com/dave-tucker/) - for sharing his dotfiles
- [@MarcoSero](https://github.com/MarcoSero) - for the many hours we spent talking about automation while we were mates at university
## License
Copyright 2019 Andrea Tosatto
Licensed under the MIT License