rdpfeffer / dotfiles

My personal dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ryan Pfeffer's Dotfiles

What

Simple tools working together to create a delightful development environment.

Bootstrap

From a totally clean environment, run...

xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/rdpfeffer/dotfiles/master/install.sh)"

Setup

A few things will need to be manually configured, (keys setup etc) before everything is good to go.

  1. Setup ssh access to github
  2. Setup GPG keys for commit signing
  3. Clone this repo, and run...
$ cd ~
$ git clone git@github.com:rdpfeffer/dotfiles.git
$ cd dotfiles
$ ./setup.sh

Useful MacOS Utilities

$ battery
<displays battery state>

$ cpu
Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz

$ lock
(locks screen)

Generally Useful Utilities

$ up
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=58 time=23.997 ms

$ cake
Copied! ✨ 🍰 ✨

$ super-cake
Copied! πŸ’« ✨ 🍰 ✨ πŸ’«

$ pyc
<removes all .pyc files from current working directory and subdirs>

About

My personal dotfiles.


Languages

Language:Shell 80.4%Language:Vim Script 19.6%