nathany / setup

My personal dotfiles managed with rcm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup

This repository is for setting up a new macOS computer.

Installation

Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

(Note: oh-my-zsh install overwrites .zshrc, so install it first)

Homebrew

Homebrew with bundle

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew bundle -v

RCM

Dotfile management with RCM (GitHub)

rcup -v -d ~/src/github.com/nathany/setup/dotfiles

Rust

Rust is installed separately:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Sublime Text

Install Package Control.

Symlink to setup:

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
rm -r User
ln -s ~/src/github.com/nathany/setup/sublime/User/

SSH Keys

New SSH keys need to be created (GitHub).

cd ~/.ssh
ssh-keygen -t ed25519 -C "git@nathany.com"

Enter file in which to save the key: github_ed25519

Go

hidden pkg

chflags hidden ~/pkg

About

My personal dotfiles managed with rcm.

License:BSD 2-Clause "Simplified" License


Languages

Language:Ruby 59.2%Language:Shell 40.8%