Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imhicihu/dotfiles
Dotfiles collection collected along the times
https://github.com/imhicihu/dotfiles
dotenv dotfiles
Last synced: about 2 months ago
JSON representation
Dotfiles collection collected along the times
- Host: GitHub
- URL: https://github.com/imhicihu/dotfiles
- Owner: imhicihu
- License: mit
- Created: 2023-06-29T17:55:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T19:27:38.000Z (6 months ago)
- Last Synced: 2024-10-19T04:08:20.509Z (3 months ago)
- Topics: dotenv, dotfiles
- Language: Shell
- Homepage: https://github.com/imhicihu/dotfiles
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
- Security: security.md
Awesome Lists containing this project
README
# RATIONALE #
* This internal project reflects our needs to automatize environment settings in a mac operating system.
* This is a living document that will evolve from time to time.### Install
```
git clone https://github.com/imhicihu/dotfiles.git ~/.dotfiles
cd ~/.dotfiles && ./bootstrap.sh bundle/macOS
```
### or linux env```
cd ~/.dotfiles && ./bootstrap.sh bundle/linux
```