mscharley / dotfiles

This repository contains most of the dotfile settings I use regularly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Matthew Scharley <matt@scharley.me>

Installation (Docker)

Want to take this repo for a test run in a project?

docker run -it --rm -v $(pwd):/home/ubuntu/$(basename `pwd`) ghcr.io/mscharley/dotfiles

Installation (*nix/OS X)

git clone https://github.com/mscharley/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.pl

XDG support

If you wish to use non-standard XDG base directories, make sure to export $XDG_CONFIG_HOME, $XDG_BIN_HOME and $XDG_DATA_HOME before running the installer.

Installation (Windows)

Still not automated. For now, copy the PowerShell profile to $profile in PowerShell and make sure your execution policy allows for running it.

About

This repository contains most of the dotfile settings I use regularly.

License:MIT License


Languages

Language:Shell 77.5%Language:Ruby 9.4%Language:Perl 8.4%Language:PowerShell 2.7%Language:Dockerfile 1.1%Language:PHP 0.8%Language:Vim Script 0.1%