No description
Find a file
2019-02-19 14:02:45 -07:00
dotbot@ef558f85d9 ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
git ENH: drop git pager, removed unused git aliases 2017-05-27 14:33:43 -07:00
ports Misc Updates (#1) 2019-02-12 10:15:47 -07:00
zsh MAINT: path cleanup and beets 2019-02-19 14:02:45 -07:00
.gitmodules ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
aspell.en.pws Misc Updates (#1) 2019-02-12 10:15:47 -07:00
beets.yaml MAINT: path cleanup and beets 2019-02-19 14:02:45 -07:00
install ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
install.conf.yaml MAINT: path cleanup and beets 2019-02-19 14:02:45 -07:00
mouse.xml Misc Updates (#1) 2019-02-12 10:15:47 -07:00
mrconfig Misc Updates (#1) 2019-02-12 10:15:47 -07:00
psqlrc ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
README.md Misc Updates (#1) 2019-02-12 10:15:47 -07:00
rsync_excludes.txt MAINT: Minor updates to backup script 2017-05-31 15:11:56 -07:00
taskrc Misc Updates (#1) 2019-02-12 10:15:47 -07:00
tmux.conf Misc Updates (#1) 2019-02-12 10:15:47 -07:00
vimrc Misc Updates (#1) 2019-02-12 10:15:47 -07:00

Dotfiles

$ git clone https://github.com/thermokarst/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ git remote rename origin thermokarst
# Install macports
$ sudo port selfupdate
$ sudo port install \
  the_silver_searcher \
  aspell \
  aspell-dict-en \
  cmus \
  curl \
  git \
  gnupg2 \
  graphviz-devel \
  htop \
  imagemagick \
  myrepos \
  nodejs9 \
  openssl \
  postgresql10 \
  postgresql10-server \
  python36 \
  tmux-pasteboard \
  rsync \
  tmux \
  tree \
  vim \
  wget \
  xz \
  zsh
$ sudo port select --set python python36
$ sudo port select --set python3 python36
$ sudo port select --set postgresql postgresql10
$ sudo chpass -s '/opt/local/bin/zsh' $USER
$ sudo sh -c 'echo /opt/local/bin/zsh >>/etc/shells'
$ git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell
$ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
$ ./install
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ vim +PlugInstall
$ mr checkout

Typical pip modifications for macports

pip install --global-option=build_ext --global-option=-I/opt/local/include -r requirements.txt

postgresql setup

sudo mkdir -p /opt/local/var/db/postgresql10/defaultdb
sudo chown postgres:postgres /opt/local/var/db/postgresql10/defaultdb
sudo su postgres -c '/opt/local/lib/postgresql10/bin/initdb -D /opt/local/var/db/postgresql10/defaultdb'
sudo port load postgresql10-server
sudo su postgres -c "createuser matthew --createdb --login --superuser"
sudo su postgres -c "createdb matthew"

Trackpad

https://github.com/pilotmoon/Scroll-Reverser

Typeface

https://fonts.google.com/specimen/Inconsolata (iTerm2 16pt anti-aliased)