From 9a3425486375862c6cf0fd1e5f04a59b38fc4a6e Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 22 Jul 2025 11:39:46 +0200 Subject: Add config files for carrot --- carrot.rb | 2 ++ carrot/.XCompose | 1 + carrot/.aspell.en.pws | 1 + carrot/.config/beets | 1 + carrot/.config/user-dirs.dirs | 1 + carrot/.dotXCompose | 1 + carrot/.emacs.d/groups.el | 4 ++++ carrot/.emacs.d/init.el | 1 + carrot/.gitconfig | 1 + carrot/.irbrc | 1 + carrot/.mailcap | 1 + carrot/.mbsyncrc | 1 + carrot/.mpv | 1 + carrot/.mrconfig | 1 + carrot/.msmtprc | 1 + carrot/.nethackrc | 1 + carrot/.profile | 1 + carrot/.rbrc | 1 + carrot/.sbclrc | 1 + carrot/.signature | 1 + carrot/.tmux.conf | 1 + carrot/.vimfx | 1 + carrot/.vimrc | 1 + carrot/.zprofile | 1 + carrot/.zshenv | 1 + carrot/.zshrc | 1 + carrot/bin | 1 + 27 files changed, 31 insertions(+) create mode 100644 carrot.rb create mode 120000 carrot/.XCompose create mode 120000 carrot/.aspell.en.pws create mode 120000 carrot/.config/beets create mode 120000 carrot/.config/user-dirs.dirs create mode 120000 carrot/.dotXCompose create mode 100644 carrot/.emacs.d/groups.el create mode 120000 carrot/.emacs.d/init.el create mode 120000 carrot/.gitconfig create mode 120000 carrot/.irbrc create mode 120000 carrot/.mailcap create mode 120000 carrot/.mbsyncrc create mode 120000 carrot/.mpv create mode 120000 carrot/.mrconfig create mode 120000 carrot/.msmtprc create mode 120000 carrot/.nethackrc create mode 120000 carrot/.profile create mode 120000 carrot/.rbrc create mode 120000 carrot/.sbclrc create mode 120000 carrot/.signature create mode 120000 carrot/.tmux.conf create mode 120000 carrot/.vimfx create mode 120000 carrot/.vimrc create mode 120000 carrot/.zprofile create mode 120000 carrot/.zshenv create mode 120000 carrot/.zshrc create mode 120000 carrot/bin diff --git a/carrot.rb b/carrot.rb new file mode 100644 index 0000000..c495c22 --- /dev/null +++ b/carrot.rb @@ -0,0 +1,2 @@ +tree src: "#{dir}/carrot", + dst: HOME diff --git a/carrot/.XCompose b/carrot/.XCompose new file mode 120000 index 0000000..cbffa49 --- /dev/null +++ b/carrot/.XCompose @@ -0,0 +1 @@ +../common/.XCompose \ No newline at end of file diff --git a/carrot/.aspell.en.pws b/carrot/.aspell.en.pws new file mode 120000 index 0000000..6378d79 --- /dev/null +++ b/carrot/.aspell.en.pws @@ -0,0 +1 @@ +../common/.aspell.en.pws \ No newline at end of file diff --git a/carrot/.config/beets b/carrot/.config/beets new file mode 120000 index 0000000..32b9cfc --- /dev/null +++ b/carrot/.config/beets @@ -0,0 +1 @@ +../../common/.config/beets \ No newline at end of file diff --git a/carrot/.config/user-dirs.dirs b/carrot/.config/user-dirs.dirs new file mode 120000 index 0000000..7279b63 --- /dev/null +++ b/carrot/.config/user-dirs.dirs @@ -0,0 +1 @@ +../../common/.config/user-dirs.dirs \ No newline at end of file diff --git a/carrot/.dotXCompose b/carrot/.dotXCompose new file mode 120000 index 0000000..2ea311c --- /dev/null +++ b/carrot/.dotXCompose @@ -0,0 +1 @@ +../modules/xcompose/dotXCompose \ No newline at end of file diff --git a/carrot/.emacs.d/groups.el b/carrot/.emacs.d/groups.el new file mode 100644 index 0000000..d6539f4 --- /dev/null +++ b/carrot/.emacs.d/groups.el @@ -0,0 +1,4 @@ +(enable-groups + org + games + osm) diff --git a/carrot/.emacs.d/init.el b/carrot/.emacs.d/init.el new file mode 120000 index 0000000..147bbd2 --- /dev/null +++ b/carrot/.emacs.d/init.el @@ -0,0 +1 @@ +../../common/.emacs.d/init.el \ No newline at end of file diff --git a/carrot/.gitconfig b/carrot/.gitconfig new file mode 120000 index 0000000..9a0d698 --- /dev/null +++ b/carrot/.gitconfig @@ -0,0 +1 @@ +../common/.gitconfig \ No newline at end of file diff --git a/carrot/.irbrc b/carrot/.irbrc new file mode 120000 index 0000000..953e235 --- /dev/null +++ b/carrot/.irbrc @@ -0,0 +1 @@ +../common/.irbrc \ No newline at end of file diff --git a/carrot/.mailcap b/carrot/.mailcap new file mode 120000 index 0000000..010bf39 --- /dev/null +++ b/carrot/.mailcap @@ -0,0 +1 @@ +../common/.mailcap \ No newline at end of file diff --git a/carrot/.mbsyncrc b/carrot/.mbsyncrc new file mode 120000 index 0000000..a7b2316 --- /dev/null +++ b/carrot/.mbsyncrc @@ -0,0 +1 @@ +../common/.mbsyncrc \ No newline at end of file diff --git a/carrot/.mpv b/carrot/.mpv new file mode 120000 index 0000000..e2e885e --- /dev/null +++ b/carrot/.mpv @@ -0,0 +1 @@ +../common/.mpv \ No newline at end of file diff --git a/carrot/.mrconfig b/carrot/.mrconfig new file mode 120000 index 0000000..700f9d9 --- /dev/null +++ b/carrot/.mrconfig @@ -0,0 +1 @@ +../common/.mrconfig \ No newline at end of file diff --git a/carrot/.msmtprc b/carrot/.msmtprc new file mode 120000 index 0000000..5456e4d --- /dev/null +++ b/carrot/.msmtprc @@ -0,0 +1 @@ +../common/.msmtprc \ No newline at end of file diff --git a/carrot/.nethackrc b/carrot/.nethackrc new file mode 120000 index 0000000..6b7cc9c --- /dev/null +++ b/carrot/.nethackrc @@ -0,0 +1 @@ +../common/.nethackrc \ No newline at end of file diff --git a/carrot/.profile b/carrot/.profile new file mode 120000 index 0000000..948db2d --- /dev/null +++ b/carrot/.profile @@ -0,0 +1 @@ +../common/.profile \ No newline at end of file diff --git a/carrot/.rbrc b/carrot/.rbrc new file mode 120000 index 0000000..3419960 --- /dev/null +++ b/carrot/.rbrc @@ -0,0 +1 @@ +../common/.rbrc \ No newline at end of file diff --git a/carrot/.sbclrc b/carrot/.sbclrc new file mode 120000 index 0000000..c9f5ad6 --- /dev/null +++ b/carrot/.sbclrc @@ -0,0 +1 @@ +../common/.sbclrc \ No newline at end of file diff --git a/carrot/.signature b/carrot/.signature new file mode 120000 index 0000000..cbffc07 --- /dev/null +++ b/carrot/.signature @@ -0,0 +1 @@ +../common/.signature \ No newline at end of file diff --git a/carrot/.tmux.conf b/carrot/.tmux.conf new file mode 120000 index 0000000..59993cb --- /dev/null +++ b/carrot/.tmux.conf @@ -0,0 +1 @@ +../common/.tmux.conf \ No newline at end of file diff --git a/carrot/.vimfx b/carrot/.vimfx new file mode 120000 index 0000000..dd7e0d4 --- /dev/null +++ b/carrot/.vimfx @@ -0,0 +1 @@ +../common/.vimfx \ No newline at end of file diff --git a/carrot/.vimrc b/carrot/.vimrc new file mode 120000 index 0000000..1a1b952 --- /dev/null +++ b/carrot/.vimrc @@ -0,0 +1 @@ +../common/.vimrc \ No newline at end of file diff --git a/carrot/.zprofile b/carrot/.zprofile new file mode 120000 index 0000000..0bdf38d --- /dev/null +++ b/carrot/.zprofile @@ -0,0 +1 @@ +../common/.zprofile \ No newline at end of file diff --git a/carrot/.zshenv b/carrot/.zshenv new file mode 120000 index 0000000..ec1f712 --- /dev/null +++ b/carrot/.zshenv @@ -0,0 +1 @@ +../common/.zshenv \ No newline at end of file diff --git a/carrot/.zshrc b/carrot/.zshrc new file mode 120000 index 0000000..6ed7884 --- /dev/null +++ b/carrot/.zshrc @@ -0,0 +1 @@ +../common/.zshrc \ No newline at end of file diff --git a/carrot/bin b/carrot/bin new file mode 120000 index 0000000..08377cd --- /dev/null +++ b/carrot/bin @@ -0,0 +1 @@ +../common/bin \ No newline at end of file -- cgit v1.2.3