https://github.com/mengelbrecht/dotfiles
Dotfiles for fish/zsh and beyond
https://github.com/mengelbrecht/dotfiles
Last synced: 21 days ago
JSON representation
Dotfiles for fish/zsh and beyond
- Host: GitHub
- URL: https://github.com/mengelbrecht/dotfiles
- Owner: mengelbrecht
- License: mit
- Created: 2014-03-25T21:43:23.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T07:51:28.000Z (about 1 year ago)
- Last Synced: 2024-04-07T08:35:38.703Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 718 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - mengelbrecht/dotfiles - Dotfiles (Shell)
README
dotfiles
========## Installation
```shell
git clone https://github.com/mengelbrecht/dotfiles.git "${HOME}/.dotfiles" && \
ln -s "${HOME}/.dotfiles/config" "${HOME}/.config" && \
ln -s "${HOME}/.config/nvim" "${HOME}/.vim" && \
touch "${HOME}/.config/fish/local.fish" && \
touch "${HOME}/.config/git/local.gitconfig"
```## Thanks to
- [sorin-ionescu/prezto](https://github.com/sorin-ionescu/prezto)
- [wincent/wincent](https://github.com/wincent/wincent)
- [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)## License
Released under the [MIT License](LICENSE)