Skip to content
forked from Shane4STER/etc

Personal shell and command line tool configurations and dotfiles

Notifications You must be signed in to change notification settings

ChipWolf/dotfiles

 
 

Repository files navigation

Dotfiles

Configuration files for backup/sync between systems.

Usage

  1. Clone: git clone --recursive git@github.com:ChipWolf/etc.git ~/.etc
  2. Backup: ~/.etc/link.sh/link.sh -u ~/.etc/.link.conf -b
  3. Link: ~/.etc/link.sh/link.sh -u ~/.etc/.link.conf -wf

Remove user@hostname from prompt

~/.etc/zsh/zsh-os-conf/local-pre/00-bullettrain.zsh

BULLETTRAIN_CONTEXT_DEFAULT_USER=$USER
DEFAULT_USER=$USER

Screnshot Workflow (Automator)

screencapture -c -s && export PATH=/usr/local/bin:$PATH && pngpaste - | curl -X POST --data-binary @- https://i.cwlf.uk/ | pbcopy && afplay /System/Library/Sounds/Glass.aiff

iTerm config

  • Tomorrow Night (included; tomorrow-night.itermcolor)
  • Operator Mono 14pt (ASCII)
  • monofur for Powerline 14pt (non-ASCII)

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 66.5%
  • Vim Script 21.7%
  • Ruby 6.1%
  • Python 2.9%
  • AppleScript 2.8%