Giter Club home page Giter Club logo

dotfiles's Introduction

Dotfiles

These are my dotfiles. There are many like them, but these are mine.

This repo is designed to:

  • setup an ubuntu desktop just the way I like it
  • setup an ubuntu server just the way I like it
  • allow me to easy to quickly add and change things
  • allow me to easy to sync settings between multiple machines
  • allow other developers to easily fork, modify, and use themselves

It does not:

  • contain any personally identifyable stuff (you're welcome to use it as-is!)
  • change any core default behavior (i.e. stuff that might mess up other things)

How's it work?

There's 3 major parts to it:

  • The Setup Script -- this uses Salt to install and configure a bunch-o-programs
  • The Fuction Toolkit -- several utility functions that are helpfult to keep around
  • The Preferences -- settings, aliases, etc.

Setup

(optional) Fork this repo into your own account using the Fork button.

Clone the repo into ~/dotfiles and run:

~/dotfiles/setup.sh

Or, here's some copy-pasta if you're into that kind of thing:

read -e -p "Github repo: " -i "deanrather/dotfiles" GITHUB_REPO &&
which git >> /dev/null || sudo apt-get install -y git &&
git clone "https://github.com/$GITHUB_REPO.git" ~/dotfiles &&
~/dotfiles/setup.sh

TOOD

  • finish fixing up the salt vs scripts vs functinos stuff
  • make sure to sudo apt install linux-image-extra-$(uname -r) linux-image-extra-virtual
  • incorperate Toolkit
  • get best fns from loveguy's scripts
  • update w/ thanks to loveguy
  • travis?
  • get the correct / latest docker+compose

See Also

dotfiles's People

Contributors

deanrather avatar lloydcody-coatesdigital avatar bobturla 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.