From 0348bd0f14702669b1d0f94a57b7d37280107816 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Fri, 3 Oct 2025 18:12:02 -0500 Subject: Add config files for radish --- radish.rb | 4 ++++ radish/.aspell.en.pws | 1 + radish/.config/beets | 1 + radish/.config/user-dirs.dirs | 1 + radish/.emacs.d/groups.el | 2 ++ radish/.emacs.d/init.el | 1 + radish/.emacs.d/local-init.el | 1 + radish/.mbsyncrc | 1 + radish/.mrconfig | 1 + radish/.msmtprc | 1 + radish/.nethackrc | 1 + radish/.profile | 1 + radish/.rbrc | 1 + radish/.sbclrc | 1 + radish/.signature | 1 + radish/.tmux.conf | 1 + radish/.vimfx | 1 + radish/.vimrc | 1 + radish/.zprofile | 1 + radish/.zshenv | 1 + radish/.zshrc | 1 + radish/bin | 1 + 22 files changed, 26 insertions(+) create mode 100644 radish.rb create mode 120000 radish/.aspell.en.pws create mode 120000 radish/.config/beets create mode 120000 radish/.config/user-dirs.dirs create mode 100644 radish/.emacs.d/groups.el create mode 120000 radish/.emacs.d/init.el create mode 100644 radish/.emacs.d/local-init.el create mode 120000 radish/.mbsyncrc create mode 120000 radish/.mrconfig create mode 120000 radish/.msmtprc create mode 120000 radish/.nethackrc create mode 120000 radish/.profile create mode 120000 radish/.rbrc create mode 120000 radish/.sbclrc create mode 120000 radish/.signature create mode 120000 radish/.tmux.conf create mode 120000 radish/.vimfx create mode 120000 radish/.vimrc create mode 120000 radish/.zprofile create mode 120000 radish/.zshenv create mode 120000 radish/.zshrc create mode 120000 radish/bin diff --git a/radish.rb b/radish.rb new file mode 100644 index 0000000..cb8ca9e --- /dev/null +++ b/radish.rb @@ -0,0 +1,4 @@ +deploy save: "#{HOME}/...yml" do + tree src: "#{dir}/radish", + dst: HOME +end diff --git a/radish/.aspell.en.pws b/radish/.aspell.en.pws new file mode 120000 index 0000000..6378d79 --- /dev/null +++ b/radish/.aspell.en.pws @@ -0,0 +1 @@ +../common/.aspell.en.pws \ No newline at end of file diff --git a/radish/.config/beets b/radish/.config/beets new file mode 120000 index 0000000..32b9cfc --- /dev/null +++ b/radish/.config/beets @@ -0,0 +1 @@ +../../common/.config/beets \ No newline at end of file diff --git a/radish/.config/user-dirs.dirs b/radish/.config/user-dirs.dirs new file mode 120000 index 0000000..7279b63 --- /dev/null +++ b/radish/.config/user-dirs.dirs @@ -0,0 +1 @@ +../../common/.config/user-dirs.dirs \ No newline at end of file diff --git a/radish/.emacs.d/groups.el b/radish/.emacs.d/groups.el new file mode 100644 index 0000000..a09dff0 --- /dev/null +++ b/radish/.emacs.d/groups.el @@ -0,0 +1,2 @@ +(enable-groups + org) diff --git a/radish/.emacs.d/init.el b/radish/.emacs.d/init.el new file mode 120000 index 0000000..147bbd2 --- /dev/null +++ b/radish/.emacs.d/init.el @@ -0,0 +1 @@ +../../common/.emacs.d/init.el \ No newline at end of file diff --git a/radish/.emacs.d/local-init.el b/radish/.emacs.d/local-init.el new file mode 100644 index 0000000..b6960bd --- /dev/null +++ b/radish/.emacs.d/local-init.el @@ -0,0 +1 @@ +(load-theme 'doom-dracula) diff --git a/radish/.mbsyncrc b/radish/.mbsyncrc new file mode 120000 index 0000000..a7b2316 --- /dev/null +++ b/radish/.mbsyncrc @@ -0,0 +1 @@ +../common/.mbsyncrc \ No newline at end of file diff --git a/radish/.mrconfig b/radish/.mrconfig new file mode 120000 index 0000000..700f9d9 --- /dev/null +++ b/radish/.mrconfig @@ -0,0 +1 @@ +../common/.mrconfig \ No newline at end of file diff --git a/radish/.msmtprc b/radish/.msmtprc new file mode 120000 index 0000000..5456e4d --- /dev/null +++ b/radish/.msmtprc @@ -0,0 +1 @@ +../common/.msmtprc \ No newline at end of file diff --git a/radish/.nethackrc b/radish/.nethackrc new file mode 120000 index 0000000..6b7cc9c --- /dev/null +++ b/radish/.nethackrc @@ -0,0 +1 @@ +../common/.nethackrc \ No newline at end of file diff --git a/radish/.profile b/radish/.profile new file mode 120000 index 0000000..948db2d --- /dev/null +++ b/radish/.profile @@ -0,0 +1 @@ +../common/.profile \ No newline at end of file diff --git a/radish/.rbrc b/radish/.rbrc new file mode 120000 index 0000000..3419960 --- /dev/null +++ b/radish/.rbrc @@ -0,0 +1 @@ +../common/.rbrc \ No newline at end of file diff --git a/radish/.sbclrc b/radish/.sbclrc new file mode 120000 index 0000000..c9f5ad6 --- /dev/null +++ b/radish/.sbclrc @@ -0,0 +1 @@ +../common/.sbclrc \ No newline at end of file diff --git a/radish/.signature b/radish/.signature new file mode 120000 index 0000000..cbffc07 --- /dev/null +++ b/radish/.signature @@ -0,0 +1 @@ +../common/.signature \ No newline at end of file diff --git a/radish/.tmux.conf b/radish/.tmux.conf new file mode 120000 index 0000000..59993cb --- /dev/null +++ b/radish/.tmux.conf @@ -0,0 +1 @@ +../common/.tmux.conf \ No newline at end of file diff --git a/radish/.vimfx b/radish/.vimfx new file mode 120000 index 0000000..dd7e0d4 --- /dev/null +++ b/radish/.vimfx @@ -0,0 +1 @@ +../common/.vimfx \ No newline at end of file diff --git a/radish/.vimrc b/radish/.vimrc new file mode 120000 index 0000000..1a1b952 --- /dev/null +++ b/radish/.vimrc @@ -0,0 +1 @@ +../common/.vimrc \ No newline at end of file diff --git a/radish/.zprofile b/radish/.zprofile new file mode 120000 index 0000000..0bdf38d --- /dev/null +++ b/radish/.zprofile @@ -0,0 +1 @@ +../common/.zprofile \ No newline at end of file diff --git a/radish/.zshenv b/radish/.zshenv new file mode 120000 index 0000000..ec1f712 --- /dev/null +++ b/radish/.zshenv @@ -0,0 +1 @@ +../common/.zshenv \ No newline at end of file diff --git a/radish/.zshrc b/radish/.zshrc new file mode 120000 index 0000000..6ed7884 --- /dev/null +++ b/radish/.zshrc @@ -0,0 +1 @@ +../common/.zshrc \ No newline at end of file diff --git a/radish/bin b/radish/bin new file mode 120000 index 0000000..08377cd --- /dev/null +++ b/radish/bin @@ -0,0 +1 @@ +../common/bin \ No newline at end of file -- cgit v1.2.3