Skip to content

thushana/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Shell 🐚

This repository contains my shell configuration files, including my .zshrc, and a script to sync it with GitHub.

πŸ“œ Overview

  • shell.sh: A script that copies my .zshrc file to this repo and commits the changes automatically.
  • .zshrc: My personal Zsh configuration file.

πŸš€ Usage

To manually sync .zshrc to GitHub, run:

./sync.sh

You can also set up a cron job for automatic syncing:

crontab -e

Add the following line:

*/30 * * * * ~/Code/shell/sync.sh >> ~/.shell_sync.log 2>&1

This will sync .zshrc every 30 minutes.

About

πŸ‘Ύ Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages