• Stars
    star
    103
  • Rank 326,012 (Top 7 %)
  • Language
    Perl
  • Created about 14 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🛠👾 Config files for various things

Dotfiles

Sometimes the standard configuration just isn't enough.

Over the course of my many (not really) years of developing and using UNIX based systems. I have amassed various settings, configurations, and what not for my environment. This is where all of it lives. And it lives on gloriously.

Installation

In order to use these dotfiles, you probably should install them. Below are two methods of doing so.

Automatic Installation

The dotfiles can be installed just by running the automatic installer located in this repository.

Note: Piping curl straight into sh can be very dangerous. Please, please, look over any file that you are doing this for. In this case, the original file can be viewed here.

To install, use one of the commands listed below:

Using curl:

    $ curl -L https://raw.githubusercontent.com/jdavis/dotfiles/master/bin/install_dotfiles.sh | sh

Using wget:

    $ wget https://raw.githubusercontent.com/jdavis/dotfiles/master/bin/install_dotfiles.sh -O | sh

Manual Installation

  1. Clone the repository.

        $ git clone https://github.com/jdavis/dotfiles.git
  2. Copy every single file (including dotfiles) to your home directory. Good luck with this. Some useful resources here.

  3. Either restart zsh or run this command:

        $ source ~/.zshrc

More Repositories

1

latex-homework-template

🎓📄 The LaTeX file that I used as the base for all my homework in university.
TeX
1,132
star
2

rust-design-patterns

Implementation of various design patterns in Rust.
Python
71
star
3

tdd-vs-bdd

Test-driven development vs Behavior-driven development example.
JavaScript
50
star
4

grunt-cafe-mocha

DEPRECATED: A Mocha server-side Grunt plugin for testing that actually works.
JavaScript
21
star
5

github-plus-university

JavaScript
18
star
6

grunt-rename

DEPRECATED: A Grunt plugin for moving/renaming files.
JavaScript
14
star
7

zsh-files

Contains plugins, themes, and custom files for using zsh.
Shell
11
star
8

jdavis.github.com

🌎👨‍💻 The source files and content for my personal site.
CSS
10
star
9

college-spring-2014

Programming assignments and projects for my classes at Iowa State during Spring 2014.
TeX
8
star
10

college-fall-2013

Programming assignments and projects for my classes at Iowa State during Fall 2013.
Racket
4
star
11

ergodox

💾⌨️ Layout for my Ergodox
C
4
star
12

vim-files

Configuration for making Vim awesome. Now defunct; vimrc handles this.
Vim Script
3
star
13

nebulous-adventure

A text adventure that is quite vague.
Python
3
star
14

college-spring-2013

Programming assignments and projects for my classes at Iowa State during Spring 2013.
C++
2
star
15

xkcd-skein

Iowa State University's attempt at cracking XKCD's Skein Contest
C
2
star
16

jabberwocky-terminology

1
star
17

til

Notes for various computer related things.
1
star
18

cs311-f13-hw06-tests

Some tests for homework 6 of CS311 at Iowa State Unversity.
Java
1
star