Skip to content

jags14385/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A framework for loading one's own shortcuts to the shell.

Inspired & Copied from dotfiles.github.io

  • Look at the code, to understand how it works

  • How to Use: ** Copy the code to the .bash_profile or .bashrc

Give the appropriate path where one can find the alias files

for DOTFILE in `find ~/code/dotfiles/df`
do

   [ -f $DOTFILE ] && source $DOTFILE

done

Installers Folder responsible for installation of the required packages and softwares.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages