https://github.com/joshgking/dotfiles
My config and environment setup scripts for OSX
https://github.com/joshgking/dotfiles
developer-environment dotfiles
Last synced: 8 months ago
JSON representation
My config and environment setup scripts for OSX
- Host: GitHub
- URL: https://github.com/joshgking/dotfiles
- Owner: joshgking
- License: mit
- Created: 2018-06-12T03:05:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T22:31:55.000Z (almost 3 years ago)
- Last Synced: 2025-07-22T11:03:09.116Z (8 months ago)
- Topics: developer-environment, dotfiles
- Language: Vim script
- Size: 104 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Credit to [Ryan Bates'](https://github.com/ryanb) excellent dotfiles. Basically I used it verbatim for git, zsh, Gem, and VIM config, then added Powerline font installation and a Bash script to install additional stuff I use. See Features section below for more info.
__PLEASE NOTE: This was created for my personal use and may have undesired effects on your environment. Please back up your current configuration and read through the source and prompts to see what is happening before you proceed.__
## Installation
1. Download and install via command line
```terminal
git clone git://github.com/joshgking/dotfiles ~/.dotfiles
cd ~/.dotfiles
. ./install_env
```
2. You will be prompted before each step. Please read these steps carefully and be aware that skipping brew installation will result in other tasks failing if you don't have it installed already.
3. After running the install above, open a new terminal window or tab to see the changes.
## Features
* oh-my-zsh with Agnoster theme set by default
* Powerline Fonts to complement Agnoster theme
* Latest stable version of NodeJS and npm installed via n and n-install (https://github.com/tj/n)
* Homebrew package manager
* Python 3 with pip (installed via Homebrew)
* VS Code - latest release (installed via Homebrew)
* For additional features, see [ryanb's dotfiles](https://github.com/ryanb/dotfiles)
> After installation, you'll probably want to select one of the Powerline fonts in your terminal of choice.
### TODO
* Add script to automate defaults for OSX terminal Powerline fonts.
* Add uninstall script
* Add some defaults for VS Code