Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juracy/dotfiles
Juracy Filho’s Dot Files
https://github.com/juracy/dotfiles
dotfiles gitconfig zplug zsh zshrc
Last synced: 25 days ago
JSON representation
Juracy Filho’s Dot Files
- Host: GitHub
- URL: https://github.com/juracy/dotfiles
- Owner: juracy
- Created: 2017-11-16T14:24:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T10:03:57.000Z (3 months ago)
- Last Synced: 2024-08-14T11:45:07.132Z (3 months ago)
- Topics: dotfiles, gitconfig, zplug, zsh, zshrc
- Language: Python
- Homepage:
- Size: 10.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
Juracy Filho's Dot Files
========================== Installation
=== Requirements
* GNU stow
* git
* zsh
* https://github.com/Homebrew/brew[Homebrew]
* https://github.com/rossmacarthur/sheldon[sheldon]
* https://starship.rs[Starship]=== Optionals
* @angular/cli
* https://github.com/BurntSushi/ripgrep[ripgrep]
* diff-so-fancy
* virtualenv
* vscode== Customization
=== Git
Personal data like `user.name` and `user.email` must be in `$HOME/.gitconfig-personal`.
You can set them through `git config` like this:[source, bash]
--
git config -f $HOME/.gitconfig-personal user.name "John Doe"
git config -f $HOME/.gitconfig-personal user.email "john.doe@"
--== Resources
* https://github.com/unixorn/awesome-zsh-plugins
* https://github.com/robbyrussell/oh-my-zsh