mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-09-19 21:19:06 +02:00
Compare commits
2
Commits
2f547fc3e9
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5d980d152 | ||
|
|
bb5cbbea88 |
@@ -1,4 +1,4 @@
|
||||
return {
|
||||
"aklt/plantuml-syntax",
|
||||
opts = {},
|
||||
ft = { "plantuml" },
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
mbscholt = Michiel Scholten <michiel@aquariusoft.org>
|
||||
m.scholten = Michiel Scholten <michiel@aquariusoft.org>
|
||||
Michiel Scholten = Michiel Scholten <michiel@aquariusoft.org>
|
||||
convert-repo = svnconvert <michiel@aquariusoft.org>
|
||||
michiel.scholten@sanomamedia.nl = Michiel Scholten <michiel@aquariusoft.org>
|
||||
@@ -1,9 +0,0 @@
|
||||
syntax: glob
|
||||
*.orig
|
||||
*.rej
|
||||
*~
|
||||
*.o
|
||||
tests/*.err
|
||||
|
||||
syntax: regexp
|
||||
.*\#.*\#$
|
||||
@@ -1,33 +0,0 @@
|
||||
[ui]
|
||||
#username = Michiel Scholten <michiel@aquariusoft.org>
|
||||
username = m.scholten
|
||||
|
||||
[extensions]
|
||||
# If you get an error about missing keyring, install python-keyring
|
||||
hgext.mercurial_keyring = ~/workspace/application_addons/mercurial/mercurial_keyring/mercurial_keyring.py
|
||||
convert =
|
||||
hgext.bookmarks =
|
||||
graphlog =
|
||||
hgext.purge=
|
||||
hgk=
|
||||
hgflow = ~/workspace/application_addons/mercurial/hgflow/src/hgflow.py
|
||||
#hggit = ~/workspace/application_addons/mercurial/hg-git/hggit
|
||||
prompt = /home/mbscholt/workspace/application_addons/mercurial/hg-prompt/prompt.py
|
||||
shelve=
|
||||
|
||||
[git]
|
||||
authors = /home/mbscholt/.hgauthors.txt
|
||||
|
||||
[tortoisehg]
|
||||
editor = geany
|
||||
tabwidth = 8
|
||||
shell = gnome-terminal
|
||||
|
||||
[auth]
|
||||
sanoma.schemes = https
|
||||
sanoma.prefix = hg.sanomaservices.nl
|
||||
sanoma.username = m.scholten
|
||||
|
||||
aqs.schemes = ssh
|
||||
aqs.prefix = aquariusoft.org
|
||||
aqs.username = Michiel Scholten <michiel@aquariusoft.org>
|
||||
+1
-1
@@ -74,7 +74,7 @@ cd || exit
|
||||
mkdir -p .config/direnv
|
||||
|
||||
# Symlink all the things
|
||||
for TARGET in .bash_aliases .bashrc bin .gitconfig .gitignore_global .gitmodules .hgauthors.txt .hgignore .hgrc .ideavimrc .ignore .screenrc .terminfo .tmux.conf .vim .vimrc install.sh .config/direnv/direnvrc .config/nvim; do
|
||||
for TARGET in .bash_aliases .bashrc bin .gitconfig .gitignore_global .gitmodules .ideavimrc .ignore .screenrc .terminfo .tmux.conf .vim .vimrc install.sh .config/direnv/direnvrc .config/nvim; do
|
||||
make_link $DIR $TARGET
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user