Skip to content

willrax/dotfiles

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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