Skip to content

matthew-hippocratic/commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

commands

this is a repo to hold all my commands one example use case is a list of aliases that I can import to new machines

Applying the bash_rc_content to your bashrc

First verify it is correct

curl -s https://raw.githubusercontent.com/matthew-hippocratic/commands/refs/heads/main/bash_rc_content

Then apply

bashrc

curl -s https://raw.githubusercontent.com/matthew-hippocratic/commands/refs/heads/main/bash_rc_content >> ~/.bashrc && source ~/.bashrc

zshrc

curl -s https://raw.githubusercontent.com/matthew-hippocratic/commands/refs/heads/main/bash_rc_content >> ~/.zshrc && source ~/.zshrc

About

this is a repo to hold all my commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published