make correct symlink to config
This commit is contained in:
@@ -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
1104
config/kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
11
gitmessage
Normal file
@@ -0,0 +1,11 @@
|
||||
Why:
|
||||
|
||||
*
|
||||
|
||||
This change addresses the need by:
|
||||
|
||||
*
|
||||
|
||||
# 50-character subject line
|
||||
#
|
||||
# 72-character wrapped longer description.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user