jklydev / dotfiles

My configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

A repository of my custom dotfiles. They can be installed on a new machine by cloning the repo into the home directory and running the install script, which will move any existing dotfiles into an 'old dotfiles' directory and create symbolic links to the files in this folder.

How to use:

git clone git@github.com:JKiely/dotfiles.git
cd dotfiles
sh ./install.sh

If you have any permission issues when running install.sh you might want to try:

chmod +x install.sh

About

My configuration files


Languages

Language:Shell 100.0%