https://github.com/cogoo/dotfiles
My personal terminal config
https://github.com/cogoo/dotfiles
Last synced: 2 months ago
JSON representation
My personal terminal config
- Host: GitHub
- URL: https://github.com/cogoo/dotfiles
- Owner: cogoo
- License: mit
- Created: 2019-05-21T08:11:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T09:36:10.000Z (about 3 years ago)
- Last Synced: 2025-02-01T09:42:54.416Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 245 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
> My personal MacOS and Terminal config.
## Getting Started
These instructions will set-up your Mac to my personal configuration. Use at your own peril.
### Installing / Set-up
Clone the project
```sh
git clone https://github.com/cogoo/dotfiles.git ~/
```Run the bootstrap script
```sh
make configure-mac
```> The file should have the executable permission, if not, enable by running
>
> `chmod +x ~/dotfiles/bootstrap.sh`## What is installed
[WIP]
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
[WIP]