Skip to content

clanktron/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

screenshot

Configuration files for my development environment. Feel free to grab anything you like.

Installation

Warning: These scripts will remove all current contents of the target config directories, so please be sure to make backups first. I'll be adding another line or two to the scripts soon that makes backups by default.

There are two options to install the contents of this repo. One is to symlink all files, allowing you to continue tracking them with git in your own fork of this repo. The other is to simply install (copy) the files without tracking them.

/bin contents will be placed in ~/.local/bin and /config contents will be placed in ~/.config

Make sure your $HOME and $XDG_CONFIG_HOME environment variables are set properly before running any of the following scripts.

This will link all config files and executables from this repository to their respective destinations:

./install -l

This will copy all config files and executables from this repository to their respective destinations:

./install

both scripts are idempotent

Uninstall

To remove all previously installed/linked files:

./uninstall

Configured Software