feat: initialize repo

This commit is contained in:
antistereov
2025-07-13 15:38:39 +02:00
commit d30985b6b4
27 changed files with 695 additions and 0 deletions

17
tmux/install.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
echo "Installing Catppuccin..."
mkdir -p ~/.config/tmux/plugins/catppuccin
git clone -b v2.1.3 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
echo "Installing tmux-cpu..."
mkdir -p ~/.config/tmux/plugins/tmux-cpu
git clone https://github.com/tmux-plugins/tmux-cpu.git ~/.config/tmux/plugins/tmux-cpu
echo "Installing tmux-battery..."
mkdir -p ~/.config/tmux/plugins/tmux-battery
git clone https://github.com/tmux-plugins/tmux-battery.git ~/.config/tmux/plugins/tmux-battery
echo "Applying custom configuration..."
tmux source ~/.config/tmux/tmux.conf