From c0cb32183fe000991875eac300823b1b91981dd6 Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Fri, 11 Apr 2025 13:15:52 +0200 Subject: [PATCH] nushell theming --- manjaro.sh | 3 +-- nushell/config.nu | 1 - nvim/init.lua | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/manjaro.sh b/manjaro.sh index 70b0270..0f77e63 100755 --- a/manjaro.sh +++ b/manjaro.sh @@ -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 diff --git a/nushell/config.nu b/nushell/config.nu index 78dafcf..10fc671 100644 --- a/nushell/config.nu +++ b/nushell/config.nu @@ -32,7 +32,6 @@ $env.config = { } ] } -oh-my-posh init nu --config ~/.config/nushell/theme.omp.json source ~/.oh-my-posh.nu # argc-completions diff --git a/nvim/init.lua b/nvim/init.lua index 0de8aab..3aee13f 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -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")