Giter Club home page Giter Club logo

.dotfiles's Introduction

Dot Files

Version managed portable development environment configuration for JS/TS devs on OSX.

Important

This repo contains no personal data or secrets, but some configs are specific to our org and developer tooling. For example, it has some opinionated usage of AWS SSO and cert bundles.

All modules are linked in .zshrc and can be disabled to choose which to apply.

Setup

  1. Install PREREQUISITES before executing install script
  2. Follow INSTALL instructions to clone and install default tools
  3. Assign SECRETS required for shell configuration
  4. Setup ASDF for multiple language and version support
  5. Configure AWS SSO profiles for authenticating with AWS
  6. Create KEYS for SSH and GPG access to git cloud providers

Updating

Home Configs

When installing a new tool that reads configuration from $HOME:

  1. Create folder for configs: mkdir $DOTFILES/my-new-tool
  2. Move any default configs: mv $HOME/my-new-tool-config $DOTFILES/my-new-tool
  3. Stow to link back to home: stow -v -t $HOME -d $DOTFILES -S my-new-tool

Shell Configs

When adding a new environment module (any custom shell configs, functions, alias etc):

  1. Create (and edit) code: touch $DOTFILES/environment/my-new-module.sh
  2. Start a new terminal session or run zsh to initialise in place

Brew Bundles

After adding a new package to brewfile, run brew bundle install --file=$DOTFILES/brewfile

All Changes

Commit and push any changes above to save for future installs.

Re-running install script will also reload modules . $DOTFILES/install.sh

.dotfiles's People

Contributors

timkinnane 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.