Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
/ dotfiles Public archive

DEPRECATED: nixfiles are now used instead. (These are my previous dotfiles used for OSX, Linux & Cygwin)

Notifications You must be signed in to change notification settings

icecreammatt/dotfiles

Repository files navigation

Archived

These configs are way out of date. I am now using the nixfiles repo as my current dotfiles config for all my machines.

dotfiles

NOTE: Be sure to update the .gitconfig so it uses the proper email address.

Mac Users

  • Make sure to have the Xcode command line tools installed before running on OSX

Install

  1. Fork this repo and the scripts repo on github.
export github_username="<YOUR_GITHUB_USERNAME>"
cd ~
git clone https://github.com/$github_username/dotfiles
git clone https://github.com/$github_username/scripts
~/dotfiles/setup.sh

Post Install

  1. Update .gitconfig to include the proper name and email address

  2. Update the remote origin so the auto updater fetches from the fork

    git remote remove origin
    git remote add origin [email protected]:USERNAME/dotfiles
    

    The bottom of the .zshrc has a check that it will run to auto pull and rebase the dotfiles similar to how the oh-my-zsh updater works. Any items which are not checked in are stashed and applied after the pull. For long term items which are not intended to be checked in use the .zshrc_local This file is ignored.

  3. Review aliases in .zsh_aliases

Preview

Run devmux to get this layout.

Preview

About

DEPRECATED: nixfiles are now used instead. (These are my previous dotfiles used for OSX, Linux & Cygwin)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •