Skip to content

viscount-monty/config_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config File Repository

Objectives

  • Bash script to install/update config files
  • Bash
  • Tmux
  • WezTerm
    • Windows
    • Linux

Config Files

Bash

  • 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
      

Tmux

  • 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
      

WezTerm

Windows

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published