Skip to content

.aliases (text) file for quick install on a new machine + nanorc (nano cfgn)

Notifications You must be signed in to change notification settings

don-ferris/terminal-cfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bash-aliases

.aliases (text) file with my favorite aliases for downloading/using on a new machine

wget -c https://github.com/don-ferris/terminal-cfg/raw/main/.aliases

Usage:

On new machine...

cd ~ && git init
git remote add origin https://github.com/don-ferris/bash-aliases.git
git pull origin main
echo 'source ~/.aliases' >> ~/.bashrc
source ~/.bashrc && cat ~/.bashrc
alias

Last command lists all the new aliases. Review and done.

About

.aliases (text) file for quick install on a new machine + nanorc (nano cfgn)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published