Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colbycheeze/dotfiles
Setup and install scripts for a new machine + dotfiles for various apps. Linux, Mac, and Mac (Amazon specific) branches are included.
https://github.com/colbycheeze/dotfiles
atom dotfiles homebrew install-script node preferences ruby shell snippets vim
Last synced: 5 days ago
JSON representation
Setup and install scripts for a new machine + dotfiles for various apps. Linux, Mac, and Mac (Amazon specific) branches are included.
- Host: GitHub
- URL: https://github.com/colbycheeze/dotfiles
- Owner: colbycheeze
- License: other
- Created: 2015-02-27T15:12:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T17:59:42.000Z (almost 5 years ago)
- Last Synced: 2024-10-25T03:47:31.723Z (11 days ago)
- Topics: atom, dotfiles, homebrew, install-script, node, preferences, ruby, shell, snippets, vim
- Language: Shell
- Homepage:
- Size: 151 KB
- Stars: 408
- Watchers: 39
- Forks: 98
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# New Mac Web Dev Setup scripts
## Customizing
I do NOT recommend installing all of my setup without looking through what is happening and customizing it for yourself. Fork this repo and update anything you like.Look through the shell scripts in `setup` folder to see what programs are being installed. You can add or remove everything from there. Most likely, if you are not a VIM power user you will want to modify some of the shell and atom plugins/config to suit yours preferences.
## Pre-Setup (If you don't have Homebrew and/or Github setup with SSH access)
Install Homebrew and git, and set up SSH for Github
```bash
curl --remote-name https://raw.githubusercontent.com/colbycheeze/dotfiles/master/setup/pre-setup.sh
chmod a+x pre-setup.sh
./pre-setup.sh
```
Manually Install latest (non beta) Xcode from the [app store](https://developer.apple.com/xcode/downloads/)## Setup
`git clone [email protected]:colbycheeze/dotfiles.git ~/dotfiles && cd ~/dotfiles/setup && git checkout amazon && chmod a+x applications.sh && chmod a+x finishSetup.sh ./applications.sh`## Finishing touches
1. open `tmux` and install plugins: `CTRL + A, I`
1. open `nvim` and run `:PlugInstall` and `:UpdateRemotePlugins`
1. Register Divvy and add any hotkeys for window management
1. Change key repeat rate / delay to fast/short in keyboard preferences
1. Swap ESC and CAPS key in keyboard preferences (OSX Sierra now supports this)
1. Connect iterm2 profile to dotfiles: [(instructions)](http://stackoverflow.com/a/25122646/4298624)