0xbboyd / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Some scripts and notes to setup and customize my working environment (Elementary OS).

This is opinionated and a constant WIP, but feel to look around anyway...

Usage

# set up dotfiles folder
git clone https://github.com/firemound/dotfiles.git ~/.dotfiles

# use install & config scripts
cd ./dotfiles/scripts && ls -l

# set up git workspace
cd ~/src && gws update

Note to self: Using the https URL is easier on a new machine as no SSH keys are needed. To work on the repo later on, change the remote URL to ssh:

git remote set-url origin git@github.com:firemound/dotfiles.git

Recources

A brief list of helpful tools and resources:

Big thanks to all authors and contributors!

License

The MIT License (MIT)

About

my dotfiles

License:MIT License


Languages

Language:Shell 47.9%Language:Emacs Lisp 38.8%Language:Vim Script 13.3%