Git Product home page Git Product logo

dotfiles-1's Introduction

Dotfiles

Config files for the macOS + Zsh situation I have going on, and some scripts to get us vibing

linkup

Running the linkup script will create symlinks from config files in this repo to where Zsh most desires them to be.

Before running, make sure the DOTFILES variable in both ./linkup and ./zsh/.zshenv is the path to this repo.

git clone https://github.com/lache-melvin/dotfiles.git
cd dotfiles
./linkup

What goes down

  • symlinks zsh config files in ./zsh to ~
    • .zshenv sets up environment vars
    • .zprofile sources ./paths on login (my iTerm is set to consider every new shell a login shell)
    • .zshrc initialises oh-my-zsh, sources ./aliases, ./functions and files in ./misc for interactive shell sessions
  • symlinks ./.gitconfig to ~/.gitconfig
  • symlinks files in ./config to wherever they most prefer in ~/.config

npmig

cute idea @don-smith

Running the ./npmig script will install the global npm packages I'm currently using (I endeavour to keep this up to date)

When moving to a new node version with nvm

Install a new node version and reinstall packages from current version:

nvm install <new-version> --reinstall-packages-from=<current-version>

If you've already installed the new version:

nvm reinstall-packages <from-version>

dotfiles-1's People

Contributors

lache-melvin avatar

Watchers

James Cloos 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.