Git Product home page Git Product logo

dev_env's Introduction

dev_env

A collection of git, and bash utilities, prompts, etc. Opinionated but simple and hackable.

You can install it anywhere; in the instructions below just change ~/.dev_env to any directory you wish.

In home dir [cd ~] or Directory of your choosing:

git clone https://github.com/harlantwood/dev_env.git .dev_env
# or:
git clone [email protected]:harlantwood/dev_env.git .dev_env

10 minute batch install for common dependencies (Primarily using Brew)

From your ~/.dev_env directory, Run the setup_new_mac.sh:

bash setup_new_mac.sh

30 second install for bash extensions, git config, idea keymap

Copy the following into your ~/.zshrc (or ~/.bash_profile or similar):

. ~/.dev_env/shell_ext_mac_zsh.sh

To set up .gitconfig and .gitignore:

cd ~
ln -s .dev_env/.gitconfig
ln -s .dev_env/.gitignore

To set up vscode settings:

cd ~/Library/Application\ Support/Code/User
ln -sf ~/.dev_env/vscode/home-lib-app-sup-code-user/settings.json
ln -sf ~/.dev_env/vscode/home-lib-app-sup-code-user/keybindings.json

To back up vscode extensions:

cd ~/.dev_env
code --list-extensions >> vscode/extensions.txt

And to reinstall them elsewhere:

cat vscode/extensions.txt | xargs -n 1 code --install-extension

To set up IntelliJ keymap:

cd ~/Library/Preferences/IntelliJIdea[VERSION]/keymaps
ln -s ~/.dev_env/keymap_idea_osx_custom.xml

dev_env's People

Contributors

harlantwood avatar hwood-fg avatar hwood-sp avatar ocarissa avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.