maccoda / dotfiles

Just another set of dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Just some of my dot files...

This is expected to be cloned into ~/.dotfiles Firstly you will want to clone this:

> git clone https://github.com/maccoda/dotfiles.git ~/.dotfiles

Best way to get started is via bootstrap.sh

These are managed by dotbot

Usage:

> cd ~/.dotfiles
> ./install

Work set up

To differentiate between work and personal laptop these scripts use the environment variable MACCODA_ENV which will be set to work for the work laptop and empty or other for personal.

The best way for setting this up is by using the universal fish variables. This simply needs to be run once anywhere in the fish shell to take effect.

> set -Ux MACCODA_ENV work

About

Just another set of dotfiles


Languages

Language:Shell 44.8%Language:Lua 30.6%Language:Vim Script 22.7%Language:Python 1.9%