diff --git a/pentadactyl/dot.json b/pentadactyl/dot.json new file mode 100644 index 0000000..f32c2b5 --- /dev/null +++ b/pentadactyl/dot.json @@ -0,0 +1,8 @@ +{ + "symlinks": [ + { + "source": "pentadactylrc.symlink", + "target": "~/.pentadactylrc" + } + ] +} \ No newline at end of file diff --git a/vim/dot.json b/vim/dot.json new file mode 100644 index 0000000..39a8795 --- /dev/null +++ b/vim/dot.json @@ -0,0 +1,8 @@ +{ + "symlinks": [ + { + "source": "vimrc.symlink", + "target": "~/.vimrc" + } + ] +} \ No newline at end of file diff --git a/x/dot.json b/x/dot.json new file mode 100644 index 0000000..4669f87 --- /dev/null +++ b/x/dot.json @@ -0,0 +1,12 @@ +{ + "symlinks": [ + { + "source": "xinitrc.symlink", + "target": "~/.xinitrc" + }, + { + "source": "XCompose.symlink", + "target": "~/.XCompose" + } + ] +} \ No newline at end of file diff --git a/zsh/dot.json b/zsh/dot.json new file mode 100644 index 0000000..471f382 --- /dev/null +++ b/zsh/dot.json @@ -0,0 +1,12 @@ +{ + "symlinks": [ + { + "source": "zprofile.symlink", + "target": "~/.zprofile" + }, + { + "source": "zshrc.symlink", + "target": "~/.zshrc" + } + ] +} \ No newline at end of file