nushell theming
This commit is contained in:
+1
-2
@@ -21,9 +21,8 @@ chsh -s /usr/bin/nu
|
|||||||
|
|
||||||
# nushell
|
# nushell
|
||||||
yay -S oh-my-posh argc
|
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/
|
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
|
# code
|
||||||
yay -S neovim tmux tig diff-so-fancy ripgrep nvimpager
|
yay -S neovim tmux tig diff-so-fancy ripgrep nvimpager
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ $env.config = {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
oh-my-posh init nu --config ~/.config/nushell/theme.omp.json
|
|
||||||
source ~/.oh-my-posh.nu
|
source ~/.oh-my-posh.nu
|
||||||
|
|
||||||
# argc-completions
|
# argc-completions
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ vim.g.maplocalleader = vim.keycode("/")
|
|||||||
vim.o.langmap = "ø:"
|
vim.o.langmap = "ø:"
|
||||||
|
|
||||||
-- general options
|
-- general options
|
||||||
vim.o.shell = "/usr/bin/zsh"
|
vim.o.shell = "/usr/bin/nu"
|
||||||
vim.g.BASH_Ctrl_j = "off"
|
vim.g.BASH_Ctrl_j = "off"
|
||||||
vim.g.BASH_Ctrl_l = "off"
|
vim.g.BASH_Ctrl_l = "off"
|
||||||
vim.opt.clipboard:append("unnamedplus")
|
vim.opt.clipboard:append("unnamedplus")
|
||||||
|
|||||||
Reference in New Issue
Block a user