jabes / dotfiles

Linux configuration files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a cross platform (osx/linux) environment setup for developers.

It will install and configure the following:

It will also install several scripts that can be used on a command line:

  • batch-photo-rename
  • batch-photo-resize
  • github-backup
  • make-timelapse-video
  • search-file-contents

It will also install a script that will ask to upgrade system packages once a day when you start a new shell.

Installation

via curl

bash -c "$(curl -fsSL https://raw.githubusercontent.com/jabes/dotfiles/master/install.sh)"

via wget

bash -c "$(wget -O- https://raw.githubusercontent.com/jabes/dotfiles/master/install.sh)"

About

Linux configuration files.


Languages

Language:Shell 100.0%