These are my dotfiles. I use stow to manage the symlinks.
Run stow on the folders if this folder. (ex: stow bash ghostty)
brew install git tmux wget stow ripgrep
sudo apt install curl git tmux wget stow htop ufw ssh ripgrep
bat cache --build
brew install --cask ghosttysudo pacman -S i3 dmenu i3-gaps polybar rustup rofi xfce4-settings pamixer picom brightnessctl bluez bluez-utils
yay -S i3lock-colorbrew install neovim ripgrepcurl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux64.tar.gz
sudo apt-get install ripgrepcurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
source ~/.bashrc
nvm install 25
npm install -g tree-sitter-clibrew install silicon
brew install starship
curl -sS https://starship.rs/install.sh | sh
curl -sS https://starship.rs/install.sh | sh
git clone https://github.com/tmux-plugins/tpm ~/.local/share/tmux/plugins/tpm
git clone -b v2.1.3 https://github.com/catppuccin/tmux.git ~/.local/share/tmux/plugins/catppuccin/tmuxcurl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
vim +PlugInstall +qallgit clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions