Skip to content

My dot files for setting up a new Mac

Notifications You must be signed in to change notification settings

REBELinBLUE/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My dot files for setting up a new Mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published