Skip to content

fewlines-education/dotfiles

Repository files navigation

Dotfiles

Just a basic dotfiles repository

Usage

Open Terminal

Install Homebrew then run:

mkdir ~/Workspace
git clone https://github.com/fewlines-education/dotfiles.git ~/Workspace/dotfiles
brew bundle --file=~/Workspace/dotfiles/Brewfile

Link dotfiles:

rcup -d ~/Workspace/dotfiles

Open iTerm

If you run into a warning with compaudit, fix permissions with:

compaudit | xargs chown -R "$(whoami)"
compaudit | xargs chmod go-w

Install asdf:

git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.9.0

Reload your config to add asdf to the list of your available commands:

source ~/.zshrc

Install the required asdf plugins:

asdf plugin-add nodejs
asdf plugin-add yarn

And finally run:

asdf install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published