Giter Club home page Giter Club logo

ju's Introduction

ju (Juchem's Utility)

A tool for setting up a new Linux installation with some of my preferred settings and aliases.

Prerequisutes

  • git, with ssh configured, e.g.

      ssh-keygen -t ed25519 -C "<emailaddress>"
      ssh-add ~/.ssh/id_ed25519
    

    and upload to https://github.com/settings/keys

  • A bashrc that sources all files within ~/.bashrc.d/, e.g.

      if [ -d ~/.bashrc.d ]; then
          for rc in ~/.bashrc.d/*; do
              if [ -f "$rc" ]; then
                  . "$rc"
              fi
          done
      fi
    

Setup

From your home directory, run:

git clone [email protected]:chrisjuchem/ju.git
~/ju/setup.sh

setup.sh is designed to be indempotent, so you can run it again at anytime, after making changes or pulling down a newer version.

Major Components

jurc

Aliases and environment variables to be sourced by bashrc. setup.sh creates a file in ~/bashrc.d/ that sources this file directly, so changes to this file are reflecetd in the next shell opened even without running setup.sh again.

bin

Directory containing executables. Added to $PATH by jurc.

git

Directory containing files for global git configuration. Instead of copying them or moving them, git is pointed directly to the files in this directory.

.vimrc

Vim configuration. A symlink to this file is created in the home directory. It will overwrite any existing configuration (saving a copy in .vimrc.old).

ju's People

Contributors

chrisjuchem avatar

Watchers

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