Skip to content

sauravdhakal12/Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation Instruction

  1. Clone the bare repository: git clone --bare https://github.com/sauravdhakal12/Dotfiles.git $HOME/Dotfiles

  2. Define an alias to easily use git commands on your repository: alias dotfiles='/usr/bin/git --git-dir=$HOME/Dotfiles --work-tree=$HOME'

  3. Next, configure git to ignore Untracked files: dotfiles config --local status.showUntrackedFiles no

  4. Finally, apply the changes from the repository to your system: dotfiles checkout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages