This repository contains my system configuration
$ git clone https://github.com/REBELinBLUE/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ./setup.sh
If ~/.config/extras.fish
exists, it will be sourced along with the other files. You can use this to add a few custom commands, or to add commands you don’t want to commit to a public repository.
For example
# Git credentials
git config --global user.name "Stephen Ball"
git config --global user.email "[email protected]"
git config --global user.signingkey "???"
Run the following commands to authenticate with various services
$ composer config --global github-oauth.github.com OAUTH_TOKEN
$ gist --login
$ ngrok authtoken OAUTH_TOKEN
$ asciinema auth
$ gh auth login