Updated scripts

This commit is contained in:
Christoffer Martinsson 2025-09-26 10:04:23 +02:00
parent 251e601eb8
commit 79563ad954
2 changed files with 3 additions and 2 deletions

View File

@ -181,6 +181,7 @@ require("nvim-tree").setup({
view = {
-- Ensures files open in the window where nvim-tree was triggered
preserve_window_proportions = true,
centralize_selection = true,
},
update_focused_file = {
enable = true, -- update the tree to focus the current file
@ -306,7 +307,7 @@ map("n", "N", "Nzzzv", { noremap = true, silent = true })
map("n", "<leader>g", ":LazyGitCurrentFile<CR>", { noremap = true, silent = true })
-- File browser
map("n", "<leader>e", ":NvimTreeToggle<CR>", { noremap = true, silent = true })
map("n", "<leader>e", ":NvimTreeFindFileToggle!<CR>", { noremap = true, silent = true })
map("n", "<leader>f", ":Pick files<CR>", { noremap = true, silent = true })
map("n", "<leader>h", ":Pick help<CR>", { noremap = true, silent = true })

View File

@ -318,7 +318,7 @@ fi
if [ "${ROLES[DESKTOP_WORK]}" == "yes" ]; then
printf -- '\033[33m Installing desktop work utilities\n\033[37m'
sudo pacman --noconfirm --needed -S kicad freecad
sudo pacman --noconfirm --needed -S kicad kicad-library freecad
flatpak install -y flathub org.kde.krita
flatpak install -y flathub com.prusa3d.PrusaSlicer
flatpak install -y flathub com.jgraph.drawio.desktop