Skip to content

ludu12/dotfiles

Repository files navigation

dotfiles

The dotfiles that I use in my development environment

Installing apps

Only run this once when setting up apps

xcode-select --install
# Follow instructions...

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

# Then run
brew bundle -v 

Other config

# To install useful key bindings and fuzzy completion:
$(brew --prefix)/opt/fzf/install
# To install oh my zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Linking Files

Run:

./bootstrap.sh

This will create symlinks of the dotfiles in this repo to your home directory. Run this command again if editing/adding files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published