Sets up rbenv for qickets
This commit is contained in:
parent
d229ce6537
commit
63125515ec
3 changed files with 3 additions and 0 deletions
|
|
@ -121,6 +121,7 @@
|
|||
|
||||
zoxide init fish | source
|
||||
fnm env --use-on-cd --shell fish | source
|
||||
rbenv init - | source
|
||||
'';
|
||||
|
||||
shellAbbrs = {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ local M = {}
|
|||
function M.apply_to_config(config)
|
||||
if hn == "dnsc-work" then
|
||||
config.window_background_opacity = 0.975
|
||||
config.font_size = 19
|
||||
end
|
||||
|
||||
if hn == "dnsc-desktop" then
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@
|
|||
"librsvg"
|
||||
"pixman"
|
||||
"python-setuptools"
|
||||
"rbenv"
|
||||
];
|
||||
|
||||
casks = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue