Skip to content

willrax/dotfiles

Repository files navigation

Dotfiles

Installation:

git clone git@github.com:willrax/dotfiles.git
  • Copy the gitconfig.sample into gitconfig and update the name, email, and paths.
  • Run ruby launch.rb

Homebrew

Install Homebrew with this command:

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

In the dotfiles folder run brew bundle.

Prezto

To install Prezto run:

git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"

Colors

I use base16 shell. To install the color palette run:

git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell

iTerm 2

Load the iterm.json profile file in to iTerm 2.

Fonts

I use Dank Mono.

Tool Versions

To manage language versions I use asdf. Globally used versions are kept in .tool-versions. To install asdf run:

git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch [LATEST-VERSION]

Then to install all required versions run:

asdf install

Other Settings

  • Enable key repeat in VSCode
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
  • Change trackpad sensitivity to 6
  • Change key repeat and press delay to max
  • Add spaces to dock
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'

Apps to Install

About

🏠 dotfiles for mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published