Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gearonix/dotfiles

My .zshrc and .gitconfig configuration
https://github.com/gearonix/dotfiles

Last synced: 17 days ago
JSON representation

My .zshrc and .gitconfig configuration

Awesome Lists containing this project

README

        

# My dotfiles

## Installation

Install [oh-my-zsh](https://ohmyz.sh/).

Make `ZSH` the default shell.

```sh
sudo chsh -s $(which zsh)

curl -o- https://raw.githubusercontent.com/gearonix/dotfiles/master/.zshrc > ~/.zshrc
curl -o- https://raw.githubusercontent.com/gearonix/dotfiles/master/.gitconfig > ~/.gitconfig
```

## License

MIT