make correct symlink to config

This commit is contained in:
2019-11-05 15:39:52 +01:00
parent 25099fcbdf
commit ce939f8655
16 changed files with 1121 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ zlorfi's dotfiles
* [Chromium](https://download-chromium.appspot.com)
* [Docker](https://www.docker.com/products/docker-desktop)
* [Emacs](https://emacsformacosx.com)
* [Spacemacs](http://spacemacs.org/#)
* Firefox
* [Fork](https://git-fork.com)
* [GPG Keychain](https://gpgtools.org)

1104
config/kitty/kitty.conf Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -19,9 +19,9 @@
program = gpg2
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
path =
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[commit]
template = /Users/michi/.stCommitMsg
template = /Users/michi/dotfiles/gitmessage

11
gitmessage Normal file
View File

@@ -0,0 +1,11 @@
Why:
*
This change addresses the need by:
*
# 50-character subject line
#
# 72-character wrapped longer description.

View File

@@ -39,11 +39,11 @@ else
echo "fish folder $HOME/.config already exists"
fi
if [ ! -d $HOME/.config/fish ]
if [ ! -d $HOME/.config ]
then
ln -s $HOME/dotfiles/fish $HOME/.config
ln -s $HOME/dotfiles/config $HOME/.config
else
echo "Symlink $HOME/.config/fish already exists"
echo "Symlink $HOME/.config already exists"
fi
# install Homebrew