Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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