Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gearonix/dotfiles
- Owner: gearonixx
- License: mit
- Created: 2024-01-26T10:14:25.000Z (almost 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-21T22:19:20.000Z (8 months ago)
- Last Synced: 2024-12-11T18:13:46.680Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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