diff --git a/.config/nvim/lua/plugins/neo-tree.lua b/.config/nvim/lua/plugins/neo-tree.lua new file mode 100644 index 0000000..19d1032 --- /dev/null +++ b/.config/nvim/lua/plugins/neo-tree.lua @@ -0,0 +1,12 @@ +return { + { + "nvim-neo-tree/neo-tree.nvim", + opts = { + filesystem = { + filtered_items = { + hide_dotfiles = false, + }, + }, + }, + }, +} diff --git a/bootstrap.sh b/bootstrap.sh index a08a5fc..ab759eb 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,28 +3,32 @@ # install packages sudo apt install \ apt-transport-https \ - fd-find \ - fontconfig \ - python3-neovim \ - python3-pynvim \ - ripgrep \ curl \ + fd-find \ firefox \ + fontconfig \ golang-1.22 \ gpg \ + htop \ imv \ inxi \ jq \ kitty \ + mpv \ + ncdu \ neovim \ pipewire-alsa \ pipewire-audio \ pipewire-pulse sudo \ + python3-neovim \ + python3-pynvim \ + ripgrep \ sway \ swaylock \ tmux \ unzip \ waybar \ + wget \ wireplumber \ wl-clipboard \ yq @@ -36,7 +40,7 @@ wget -qO- https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.1/DejaV fc-cache -fv # install lazygit -go install github.com/jesseduffield/lazygit@latest +/usr/lib/go-1.22/bin/go install github.com/jesseduffield/lazygit@latest # setup moolticute echo 'deb http://download.opensuse.org/repositories/home:/fawz:/mooltipass/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:fawz:mooltipass.list