diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-10-03 18:12:02 -0500 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-10-03 18:12:45 -0500 |
| commit | 0348bd0f14702669b1d0f94a57b7d37280107816 (patch) | |
| tree | 729f5f8c08eaab5ddcd31b56fe58fdf92d2fdc52 | |
| parent | b1bbc24198a264f89c4e743882ce8c2ffed9e748 (diff) | |
| download | dotfiles-0348bd0f14702669b1d0f94a57b7d37280107816.tar.gz dotfiles-0348bd0f14702669b1d0f94a57b7d37280107816.zip | |
Add config files for radish
| -rw-r--r-- | radish.rb | 4 | ||||
| l--------- | radish/.aspell.en.pws | 1 | ||||
| l--------- | radish/.config/beets | 1 | ||||
| l--------- | radish/.config/user-dirs.dirs | 1 | ||||
| -rw-r--r-- | radish/.emacs.d/groups.el | 2 | ||||
| l--------- | radish/.emacs.d/init.el | 1 | ||||
| -rw-r--r-- | radish/.emacs.d/local-init.el | 1 | ||||
| l--------- | radish/.mbsyncrc | 1 | ||||
| l--------- | radish/.mrconfig | 1 | ||||
| l--------- | radish/.msmtprc | 1 | ||||
| l--------- | radish/.nethackrc | 1 | ||||
| l--------- | radish/.profile | 1 | ||||
| l--------- | radish/.rbrc | 1 | ||||
| l--------- | radish/.sbclrc | 1 | ||||
| l--------- | radish/.signature | 1 | ||||
| l--------- | radish/.tmux.conf | 1 | ||||
| l--------- | radish/.vimfx | 1 | ||||
| l--------- | radish/.vimrc | 1 | ||||
| l--------- | radish/.zprofile | 1 | ||||
| l--------- | radish/.zshenv | 1 | ||||
| l--------- | radish/.zshrc | 1 | ||||
| l--------- | radish/bin | 1 |
22 files changed, 26 insertions, 0 deletions
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 |
