Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 838 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 838 Bytes

dotfiles

This repository contains my system configuration

Installation

$ git clone https://github.com/REBELinBLUE/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ./setup.sh

Add custom commands

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 "???"

Final steps

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