Skip to content

rzane/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

228 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Install homebrew:

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Run the following command in whichever directory you usually keep your source code:

$ git clone https://github.com/rzane/dotfiles
$ cd dotfiles
$ brew bundle
$ bash scripts/setup.sh

ZSH

Make sure zsh is your shell, because it is the best. Don't argue with me.

If you're on a mac, you can start using ZSH like this:

$ which zsh | sudo tee -a /etc/shells
$ chsh -s $(which zsh)

Mise en place

ASDF is an all-in-one version manager, and it's great. I have a convenience script for installing the latest Node.js, Ruby, and Elixir.

$ bash scripts/stackup.sh

To install a version:

$ mise use --global <language>@<version>

Fix macos

$ defaults write -g KeyRepeat -int 2
$ defaults write -g InitialKeyRepeat -int 15
$ defaults write -g ApplePressAndHoldEnabled -bool false

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors