mirror of https://github.com/kirsle/.dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
622 B
26 lines
622 B
# Kirsle's Dotfiles
|
|
|
|
This repo is for my own personal use for syncing my Unix config files and
|
|
scripts between my various devices. Feel free to look around and learn from
|
|
my config scripts.
|
|
|
|
# Setup
|
|
|
|
```bash
|
|
~$ git clone git@github.com:kirsle/.dotfiles
|
|
~$ ./.dotfiles/setup --install
|
|
```
|
|
|
|
# Layout
|
|
|
|
* `./setup`
|
|
|
|
Installation script for the dotfiles. Creates symlinks for everything in
|
|
`./home` into `$HOME`.
|
|
|
|
This will **not** delete existing files, such as `~/.bashrc`. Use the
|
|
`--install` option to make it do so.
|
|
|
|
* `./home`
|
|
|
|
Everything in this folder will be symlinked to from your `$HOME` folder.
|
|
|