Commands
bin/bootstrap
One-command installer intended to run from any terminal.
sh
curl -fsSL https://raw.githubusercontent.com/angelgonzalezev/dotfiles/main/bin/bootstrap | bashbin/dotfiles-install
Links packages into $HOME with GNU Stow.
sh
bin/dotfiles-install
bin/dotfiles-install nvim
bin/dotfiles-install wezterm
bin/dotfiles-install tmux
bin/dotfiles-install zshbin/dotfiles-doctor
Checks the repo path, Stow availability, Git status, and tracked file names that look sensitive.
sh
bin/dotfiles-doctorbin/dotfiles-status
Shows compact Git status for the repo.
sh
bin/dotfiles-statusbin/dotfiles-sync
Shows status and prints the manual commit/push flow.
sh
bin/dotfiles-synctmux-dev
Opens or attaches to a tmux session named dev with two panes side by side.
sh
tmux-dev
tmux-dev project-apitmux-agent
Opens or attaches to a tmux session named agent with four panes in a tiled layout.
sh
tmux-agent
tmux-agent content-workflowCommon tmux Commands
sh
tmux
tmux ls
tmux attach
tmux attach -t dev
tmux new -s dev
tmux kill-session
tmux kill-session -t dev
tmux kill-server
exitUse tmux kill-session to close the current session. Use tmux kill-server only when you want to close every tmux session at once.
Shell And Terminal Commands
sh
source ~/.zshrc
open -a WezTerm
open -a WezTerm ~/DesktopUse source ~/.zshrc after editing the shell prompt. Use open -a WezTerm to open the terminal app from any shell.