Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmhkuot/dotfiles
My personal dotfiles
https://github.com/cmhkuot/dotfiles
brew dotfiles homebrew macos oh-my-zsh shell zsh
Last synced: 23 days ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/cmhkuot/dotfiles
- Owner: cmhkuot
- Created: 2024-03-06T10:00:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T04:20:50.000Z (3 months ago)
- Last Synced: 2024-10-04T21:43:16.478Z (about 1 month ago)
- Topics: brew, dotfiles, homebrew, macos, oh-my-zsh, shell, zsh
- Language: Shell
- Homepage:
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My personal dotfiles
My personal dotfiles.
It contains the installation of some basic tools, some handy aliases and functions.
Backups of settings are done via [Mackup](https://github.com/lra/mackup).You can install them by cloning the repository as `.dotfiles` in your home directory and running the bootstrap script.
```zsh
git clone [email protected]:cmhkuot/dotfiles.git .dotfiles && cd .dotfiles && ./bootstrap.sh
```The bootstrap script can be run by cd-ing into the `.dotfiles` directory and performing this command:
```zsh
./bootstrap.sh
```---
## Thanks to
- [driesvints](https://github.com/driesvints) and his [dotfiles](https://github.com/driesvints/dotfiles)
- [freekmurze](https://github.com/freekmurze) and his [dotfiles](https://github.com/freekmurze/dotfiles)