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
|
zoxide init fish | source
|
||||||
fnm env --use-on-cd --shell fish | source
|
fnm env --use-on-cd --shell fish | source
|
||||||
|
rbenv init - | source
|
||||||
'';
|
'';
|
||||||
|
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ local M = {}
|
||||||
function M.apply_to_config(config)
|
function M.apply_to_config(config)
|
||||||
if hn == "dnsc-work" then
|
if hn == "dnsc-work" then
|
||||||
config.window_background_opacity = 0.975
|
config.window_background_opacity = 0.975
|
||||||
|
config.font_size = 19
|
||||||
end
|
end
|
||||||
|
|
||||||
if hn == "dnsc-desktop" then
|
if hn == "dnsc-desktop" then
|
||||||
|
|
|
||||||
|
|
@ -83,6 +83,7 @@
|
||||||
"librsvg"
|
"librsvg"
|
||||||
"pixman"
|
"pixman"
|
||||||
"python-setuptools"
|
"python-setuptools"
|
||||||
|
"rbenv"
|
||||||
];
|
];
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue