ninth-dev / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Shell 100.0%