Skip to content

jeffjewiss/dotfiles

Repository files navigation

Dotfiles

These are my dotfiles. There are many like them but these ones are mine.

Fish Shell

Neovim

Writing

Installation

  1. Clone Repo
  2. Symlink Local Laptop
  3. Thoughtbot’s Laptop Script
  4. RCM
  5. Install Fonts
  6. Emacs
  7. Vim

Clone Repo

git clone https://github.com/jeffjewiss/dotfiles ~/.dotfiles

Symlink Local Laptop

ln -s ~/.dotfiles/laptop.local ~/.laptop.local

Thoughtbot’s Laptop Script

curl --remote-name https://raw.githubusercontent.com/thoughtbot/laptop/master/mac
less mac
sh mac 2>&1 | tee ~/laptop.log
rm mac laptop.log

RCM

rcup -v

Install Fonts

Emacs

git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install

Vim

vim
:PlugInstall