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 omz shell zsh

Last synced: 3 months ago
JSON representation

My personal dotfiles

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.

You can install them by cloning the repository as `.dotfiles` in your home directory and running the bootstrap script.

```zsh
git clone git@github.com: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)