Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashiknesin/dotfiles
https://github.com/ashiknesin/dotfiles
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashiknesin/dotfiles
- Owner: AshikNesin
- Created: 2015-10-19T09:15:50.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T21:22:27.000Z (about 1 year ago)
- Last Synced: 2023-11-12T22:24:09.417Z (about 1 year ago)
- Language: Shell
- Size: 374 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cloning
```sh
git clone --recurse-submodules -j8 [email protected]:AshikNesin/dotfiles.git```
### Setup New Machine
```
chmod +x ~/dotfiles/osx/setup-a-new-machine.sh
sh ~/dotfiles/osx/setup-a-new-machine.sh```
# Local Bin
```sh
chmod -R +x ~/dotfiles/macos/setup-custom-bin.sh
sh ~/dotfiles/macos/setup-custom-bin.sh
```## Acknowledgements
Inspiration and code was taken from many sources, including:
- [Addy Osmani's](https://github.com/addyosmani)
[dotfiles](https://github.com/addyosmani/dotfiles/)
- [Cătălin’s](https://github.com/alrra)
[dotfiles](https://github.com/alrra/dotfiles)- https://github.com/nicknisi/dotfiles
## License
The code is available under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).