This commit is contained in:
Henrik Bakken
2025-04-12 01:42:03 +02:00
parent 3190775a96
commit beafa11ada
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ chsh -s /usr/bin/nu
# nushell
yay -S oh-my-posh argc
git clone https://github.com/sigoden/argc-completions.git ~/.local/share/argc-completions/
oh-my-posh init nu --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/iterm2.omp.json
oh-my-posh init nu --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/negligible.omp.json
# code
yay -S neovim tmux tig diff-so-fancy ripgrep nvimpager
+3
View File
@@ -565,9 +565,12 @@ local function makespec_oil()
"stevearc/oil.nvim",
dependencies = { "mini.icons" },
cmd = { "Oil" },
lazy = false,
opts = {
default_file_explorer = true,
watch_for_changes = true,
view_options = { show_hidden = true },
columns = { "icon", "permissions", "size", "mtime" },
},
keys = {
{ "<leader>fE", "<cmd>Oil .<cr>", desc = "Oil Explorer (buffer)" },