add dot.json files for dotfiley

auto-flake-update
Yorick van Pelt 2013-07-19 21:26:49 +02:00
parent a3984f87f3
commit e2802b2151
4 changed files with 40 additions and 0 deletions

8
pentadactyl/dot.json Normal file
View File

@ -0,0 +1,8 @@
{
"symlinks": [
{
"source": "pentadactylrc.symlink",
"target": "~/.pentadactylrc"
}
]
}

8
vim/dot.json Normal file
View File

@ -0,0 +1,8 @@
{
"symlinks": [
{
"source": "vimrc.symlink",
"target": "~/.vimrc"
}
]
}

12
x/dot.json Normal file
View File

@ -0,0 +1,12 @@
{
"symlinks": [
{
"source": "xinitrc.symlink",
"target": "~/.xinitrc"
},
{
"source": "XCompose.symlink",
"target": "~/.XCompose"
}
]
}

12
zsh/dot.json Normal file
View File

@ -0,0 +1,12 @@
{
"symlinks": [
{
"source": "zprofile.symlink",
"target": "~/.zprofile"
},
{
"source": "zshrc.symlink",
"target": "~/.zshrc"
}
]
}