bmacauley / dotfiles

Linux/macOS configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This is a collection of dotfiles used for customizing macOS/Linux and setting up the developer tools I use. Clone to your home directory so that the path is ~/.dotfiles/ and symlink the dotfiles to the home directory.

ITerm2

05_01_2017__22_52

Vim

05_01_2017__22_47

Features

  • custom iTerm2 colour scheme and font
  • custom bash/zsh prompt with git and battery
  • bash/zsh configuration
  • bash/zsh aliases
  • git aliases
  • git ignores
  • tmux
  • vim config
  • macOS configs

Installation

$ git clone https://github.com/bmacauley/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ chmod +x install.sh
$ ./install.sh

License

MIT

Author

Brian Macauley
brian.macauley@gmail.com

About

Linux/macOS configuration files

License:Other


Languages

Language:Shell 82.0%Language:Vim Script 18.0%