This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[init] | |
defaultBranch = main | |
[user] | |
email = [email protected] | |
name = "Eduardo Borges" | |
signingkey = XXXXX | |
[gpg] | |
format = ssh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# My Favorite Shell | |
eval "$(starship init zsh)" | |
# Shell Plugins | |
export ZPLUG_HOME=/opt/homebrew/opt/zplug | |
source $ZPLUG_HOME/init.zsh | |
if ! command -v zplug > /dev/null 2>&1; then | |
echo 'Installing zplug...' | |
brew install zplug | |
export ZPLUG_HOME=/opt/homebrew/opt/zplug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## bin/sh | |
# Brew | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/edu/.zprofile | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
exec $SHELL -l; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Arctic Monkeys ████▊░░░░░░░░░░░░ 42 plays | |
Zé Vaqueiro ████▋░░░░░░░░░░░░ 41 plays | |
John Mayer ██░░░░░░░░░░░░░░░ 18 plays | |
Marina Sena █▍░░░░░░░░░░░░░░░ 12 plays | |
Raí Saia Rodada █░░░░░░░░░░░░░░░░ 9 plays | |
Vitor Fernandes ▊░░░░░░░░░░░░░░░░ 7 plays | |
Ed Sheeran ▌░░░░░░░░░░░░░░░░ 5 plays | |
Os Parazim ▌░░░░░░░░░░░░░░░░ 5 plays | |
Portugal. The Man ▌░░░░░░░░░░░░░░░░ 5 plays | |
Justin Bieber ▍░░░░░░░░░░░░░░░░ 4 plays |