nushell theming

This commit is contained in:
Henrik Bakken
2025-04-11 13:15:52 +02:00
parent 2ea36c2b82
commit c0cb32183f
3 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -21,9 +21,8 @@ chsh -s /usr/bin/nu
# nushell
yay -S oh-my-posh argc
oh-my-posh init nu --config ~/dotfiles/nushell/theme.omp.json
git clone https://github.com/sigoden/argc-completions.git ~/.local/share/argc-completions/
wget -P ~/.config/nushell -O theme.omp.json https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/free-ukraine.omp.json
oh-my-posh init nu --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/iterm2.omp.json
# code
yay -S neovim tmux tig diff-so-fancy ripgrep nvimpager
-1
View File
@@ -32,7 +32,6 @@ $env.config = {
}
]
}
oh-my-posh init nu --config ~/.config/nushell/theme.omp.json
source ~/.oh-my-posh.nu
# argc-completions
+1 -1
View File
@@ -3,7 +3,7 @@ vim.g.maplocalleader = vim.keycode("/")
vim.o.langmap = "ø:"
-- general options
vim.o.shell = "/usr/bin/zsh"
vim.o.shell = "/usr/bin/nu"
vim.g.BASH_Ctrl_j = "off"
vim.g.BASH_Ctrl_l = "off"
vim.opt.clipboard:append("unnamedplus")