8000 GitHub - pfolta/dotfiles: My personal dotfiles repository
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pfolta/dotfiles

Repository files navigation

Peter's dotfiles

Installation

Using this dotfiles repository

Clone this repository and set up the dotfiles alias:

$ cd $HOME
$ alias dotfiles="git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
$ git clone --bare git@github.com:pfolta/dotfiles.git $HOME/.dotfiles
$ dotfiles config --local status.showUntrackedFiles no
$ dotfiles checkout

Now you can use the dotfiles command to interact with the dotfiles repository.

Homebrew

Install Homebrew (this will download Command Line Tools for Xcode):

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

Verify everything is okay with:

$ brew doctor

iTerm 2

$ brew cask install iterm2

OhMyZSH

$ curl -L http://install.ohmyz.sh | sh

ZSH extensions

$ brew install zsh-autosuggestions
$ brew install zsh-completions
$ brew install zsh-syntax-highlighting

Acknowledgements

About

My personal dotfiles repository

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0