mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-11-01 13:06:03 +00:00
Merge more changes
This commit is contained in:
@@ -33,3 +33,5 @@ end
|
|||||||
function mix_test_changed
|
function mix_test_changed
|
||||||
git status -s | awk '{print $2}' | grep '_test.exs' | xargs mix test
|
git status -s | awk '{print $2}' | grep '_test.exs' | xargs mix test
|
||||||
end
|
end
|
||||||
|
|
||||||
|
~/.local/bin/mise activate fish | source
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# This file contains fish universal variable definitions.
|
# This file contains fish universal variable definitions.
|
||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
SETUVAR __fish_initialized:3400
|
SETUVAR __fish_initialized:3800
|
||||||
SETUVAR fish_color_autosuggestion:969896
|
SETUVAR fish_color_autosuggestion:969896
|
||||||
SETUVAR fish_color_cancel:\x2d\x2dreverse
|
SETUVAR fish_color_cancel:\x2d\x2dreverse
|
||||||
SETUVAR fish_color_command:b294bb
|
SETUVAR fish_color_command:b294bb
|
||||||
@@ -21,7 +21,7 @@ SETUVAR fish_color_option:\x1d
|
|||||||
SETUVAR fish_color_param:81a2be
|
SETUVAR fish_color_param:81a2be
|
||||||
SETUVAR fish_color_quote:b5bd68
|
SETUVAR fish_color_quote:b5bd68
|
||||||
SETUVAR fish_color_redirection:8abeb7
|
SETUVAR fish_color_redirection:8abeb7
|
||||||
SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack
|
SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dbrblack
|
||||||
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
|
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
|
||||||
SETUVAR fish_color_status:red
|
SETUVAR fish_color_status:red
|
||||||
SETUVAR fish_color_user:brgreen
|
SETUVAR fish_color_user:brgreen
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ remember_window_size yes
|
|||||||
allow_remote_control yes
|
allow_remote_control yes
|
||||||
listen_on unix:@mykitty
|
listen_on unix:@mykitty
|
||||||
|
|
||||||
#include theme.conf
|
include theme.conf
|
||||||
include rose_pine.conf
|
#include rose_pine.conf
|
||||||
include keymap.conf
|
include keymap.conf
|
||||||
|
|
||||||
shell_integration enabled
|
shell_integration enabled
|
||||||
|
|||||||
@@ -122,3 +122,4 @@ vim.lsp.enable 'gopls'
|
|||||||
vim.lsp.enable 'expert'
|
vim.lsp.enable 'expert'
|
||||||
vim.lsp.enable 'ruff'
|
vim.lsp.enable 'ruff'
|
||||||
vim.lsp.enable 'pyright'
|
vim.lsp.enable 'pyright'
|
||||||
|
vim.lsp.enable 'gleam'
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ elixir 1.18.2-otp-27
|
|||||||
golang 1.24.0
|
golang 1.24.0
|
||||||
erlang 27.2.3
|
erlang 27.2.3
|
||||||
python 3.13.2
|
python 3.13.2
|
||||||
neovim 0.10.4
|
neovim 0.11.3
|
||||||
java openjdk-19
|
java openjdk-19
|
||||||
awscli 2.24.7
|
awscli 2.24.7
|
||||||
nodejs 18.20.4
|
nodejs 18.20.4
|
||||||
|
|||||||
Reference in New Issue
Block a user