Skip to content

jessefriedland/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Overview

  1. Brew mac package manager that will install the packages listed in the Brewfile and any packages installed in files in your $HOME directory that match .Brewfile.*local file pattern

  2. Your bash_profile which will source several other bash settings from the shell folder

  3. Gems listed in the Gemfile and any gems installed in files in your $HOME directory that match .Gemfile.*local file pattern

  4. Mac applications (Casks) listed in the Caskfile and any casks installed in files in your $HOME directory that match .Caskfile.*local file pattern

  5. Vim

Setup

How to setup on personal laptop
  1. Execute the following command replacing $USERNAME with your github username to install and initalize all dotfiles components
bash -c "$(curl -fsSL raw.github.com/jessefriedland/dotfiles/master/bin/dotfiles)"
  1. Profit.

3.optional) Create your own dotfiles.*local repository! You can fork Jesse's local dotfiles to get started.

  • After forking, make sure to change the GIT_USER and GIT_ORG in dotfiles script
  • Also, make sure to remove or alter anything specific to jesse like this

3.optional) Create local configurations for your bash profile or gitconfig

  • ~/.gitconfig.local
  • ~/.bash_profile.local

## Updating

##### No Installs Update

Execute this to get the latest dotfiles with no Software or Package updates. See the help `~/.dotfiles/bin/dotfiles --help` for more options

~/.dotfiles/bin/dotfiles --no-installs


### References

This is forked from https://github.com/necolas/dotfiles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published