- Bash script to install/update config files
- Bash
- Tmux
- WezTerm
- Windows
- Linux
- File
.bashrc
- Setup commands
- Backup current
.bashrc
mv ~/.bashrc ~/.bash.bak
- Download file
wget -P ~ https://raw.githubusercontent.com/viscount-monty/config_files/refs/heads/main/.bashrc
- Source new file
. ~/.bashrc
- Backup current
- File
.tmux.conf
- Setup commands
- Download file
wget -P ~ https://raw.githubusercontent.com/viscount-monty/config_files/refs/heads/main/.tmux.conf
- Source new file
. ~/.tmux.conf
- Download file
- File
wezterm_windows/.wezterm.lua
- Setup commands
- Download file
curl -o %userprofile%\.wezterm.lua https://raw.githubusercontent.com/viscount-monty/config_files/refs/heads/main/wezterm_windows/.wezterm.lua
- Download file