wip: dnsc-machine setup
This commit is contained in:
parent
ae5a768747
commit
672a80e200
2 changed files with 3 additions and 2 deletions
|
|
@ -121,6 +121,8 @@
|
||||||
set hn (prompt_hostname)
|
set hn (prompt_hostname)
|
||||||
set fish_cursor_default block blink
|
set fish_cursor_default block blink
|
||||||
|
|
||||||
|
fish_vi_keybindings insert
|
||||||
|
|
||||||
# Custom Colorscheme
|
# Custom Colorscheme
|
||||||
set --universal fish_color_autosuggestion brblack # autosuggestions
|
set --universal fish_color_autosuggestion brblack # autosuggestions
|
||||||
set --universal fish_color_command brwhite # commands
|
set --universal fish_color_command brwhite # commands
|
||||||
|
|
@ -146,7 +148,6 @@
|
||||||
set --universal fish_color_user brwhite # current username in some of fish default prompts
|
set --universal fish_color_user brwhite # current username in some of fish default prompts
|
||||||
|
|
||||||
set -x GPG_TTY (tty)
|
set -x GPG_TTY (tty)
|
||||||
|
|
||||||
fish_add_path /run/wrappers/bin
|
fish_add_path /run/wrappers/bin
|
||||||
fish_add_path /run/current-system/sw/bin
|
fish_add_path /run/current-system/sw/bin
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ function M.apply_to_config(config)
|
||||||
end
|
end
|
||||||
|
|
||||||
if hn == "dnsc-machine" then
|
if hn == "dnsc-machine" then
|
||||||
config.font = wezterm.font("Victor Mono", { weight = "DemiBold" })
|
config.font = wezterm.font("VictorMono Nerd Font", { weight = "DemiBold" })
|
||||||
config.font_size = 15.5
|
config.font_size = 15.5
|
||||||
config.window_decorations = "RESIZE"
|
config.window_decorations = "RESIZE"
|
||||||
config.window_padding = helpers.get_padding(18, 6)
|
config.window_padding = helpers.get_padding(18, 6)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue