https://github.com/jaredpalmer/dotfiles
My setup
https://github.com/jaredpalmer/dotfiles
bash bash-profile bash-prompt bash-script dotfiles
Last synced: about 1 year ago
JSON representation
My setup
- Host: GitHub
- URL: https://github.com/jaredpalmer/dotfiles
- Owner: jaredpalmer
- Created: 2018-12-28T20:39:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T17:51:08.000Z (almost 6 years ago)
- Last Synced: 2024-12-10T15:13:23.246Z (over 1 year ago)
- Topics: bash, bash-profile, bash-prompt, bash-script, dotfiles
- Language: Shell
- Size: 29.3 KB
- Stars: 53
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My dotfiles.
## Installation
```sh
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:

## Related
Most of this is ripped from the following other dotfiles:
- https://github.com/addyosmani/dotfiles
- https://github.com/jessfraz/dotfiles
## Brew Stuff
```bash
# 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
```