Skip to content

jaredpalmer/dotfiles

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dotfiles

My dotfiles.

Installation

cd ~
git clone https://github.com/jaredpalmer/dotfiles.git && cd dotfiles && ./sync.sh

To update later on, after you push to github, just run the ./sync.sh script again.

Note: .extra file is not committed for security

Bash Prompt

My bash prompt configuration is in .bash_prompt. It shows the current directory and branch name, and looks like this:

screenshot 2018-12-28 15 47 58

Related

Most of this is ripped from the following other dotfiles:

Brew Stuff

# Essentials
brew install git

# DB
brew install mongodb
brew install mysql
brew install neo4j
brew install postgresql
brew install rabbitmq
brew install redis
brew install sqlite

# JVM
brew install jenv
brew install maven
brew install gradle
brew install ktlint

# Fish/CLI
brew install jq
brew install z
brew install fish
brew install fzf
brew install grc

# PHP
brew install composer
brew install php@5.6

# Ops
brew install awscli
brew install heroku
brew install ansible

# misc
brew install imagemagick
brew install optipng

Releases

No releases published

Packages

No packages published

Languages