Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 311 Bytes

File metadata and controls

28 lines (16 loc) · 311 Bytes

dotfiles

Installation

# XXX - create a script 

PATH_TO_SRC="~/dotfiles"
cd ~ 
ln -s ${PATH_TO_SRC}/.zshrc .zshrc
ln -s ${PATH_TO_SRC}/zshrc.d/ zshrc.d

Rust

curl https://sh.rustup.rs -sSf | sh

rustup component add clippy

Brew

  • a list of apps to install