Compare commits

..

4 Commits

Author SHA1 Message Date
Pallav Vasa
44eff8fc7f feat: add continuum plugin to tmux 2025-05-20 06:53:06 +00:00
Pallav Vasa
bfcb9175ec chore: build home.tar.gz 2025-05-20 06:52:29 +00:00
Pallav Vasa
e319884921 feat: add packages rust startship and fortune-mod 2025-05-20 05:53:13 +00:00
Pallav Vasa
7e4aaa2dec chore: correct task command to remove images 2025-05-17 19:33:18 +00:00
4 changed files with 8 additions and 8 deletions

View File

@@ -431,9 +431,9 @@ tmux_conf_uninstall_plugins_on_reload=true
# visit https://github.com/tmux-plugins for available plugins # visit https://github.com/tmux-plugins for available plugins
#set -g @plugin 'tmux-plugins/tmux-copycat' #set -g @plugin 'tmux-plugins/tmux-copycat'
#set -g @plugin 'tmux-plugins/tmux-cpu' #set -g @plugin 'tmux-plugins/tmux-cpu'
#set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-resurrect'
#set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-continuum'
#set -g @continuum-restore 'on' set -g @continuum-restore 'on'
set -g @plugin 'catppuccin/tmux' set -g @plugin 'catppuccin/tmux'

2
.vscode/tasks.json vendored
View File

@@ -89,7 +89,7 @@
{ {
"label": "GitOps: Remove workspace image", "label": "GitOps: Remove workspace image",
"type": "shell", "type": "shell",
"command": ".bin/gitops remove ${input:images}", "command": ".bin/gitops rmi ${input:images}",
"problemMatcher": [], "problemMatcher": [],
"detail": "run podman rmi $args on remote" "detail": "run podman rmi $args on remote"
}, },

View File

@@ -10,10 +10,10 @@ ARG DEV_GID=1001
# Install all necessary packages and clean up cache # Install all necessary packages and clean up cache
RUN pacman -Sy --noconfirm && \ RUN pacman -Sy --noconfirm && \
pacman -S --noconfirm --needed \ pacman -S --noconfirm --needed \
base-devel neovim git git-lfs fish tmux go-yq \ base-devel neovim git git-lfs fish tmux go-yq rust starship \
nodejs python fzf fd ripgrep jdk-openjdk fisher yazi less \ nodejs python fzf fd ripgrep jdk-openjdk fisher yazi less \
lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \ lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \
lua51 openssh && \ lua51 openssh fortune-mod && \
pacman -Scc --noconfirm && \ pacman -Scc --noconfirm && \
rm -rf /var/cache/pacman/pkg/* rm -rf /var/cache/pacman/pkg/*

BIN
home.tar.gz (Stored with Git LFS)

Binary file not shown.