Skip to content

KashyapNasit/Bashrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Bashrc 👋

This is my bachrc and aliases

Usage

git clone https://github.com/KashyapNasit/Bashrc.git;
cd Bashrc;
cp -i .bashrc ~/;
mkdir -p ~/scripts;
cp -i aliases ~/scripts/;
source ~/.bashrc;

To enable periodic backup you can set up a cron job in crontab. Learn more about cron tab here and here

I set it up to bachup every week.

rontab -e
0 0 * * 0 <location to backup.sh file>

Author

👤 Kashyap Nasit

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

This is my bashrc and aliases used by me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages