Skip to content

0foo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. put this repo somewhere global
    • i.e. /opt/dotfiles
  2. configure permissions to this directory depending on your needs
    • 777 is easiest but least secure
    • A group for this is most secure
  3. add global functionality
    • inside of /bash/bash.bashrc add a source command to global_additions
    • i.e. source /opt/dotfiles/custom/global_additions.sh
  4. add user specific functionality
    • source the includes file from each user account you want to add this to: source /opt/dotfiles/includes.sh
    • and/or can source files from individual modules

Default settings

  • Increase history size and improve history formatting
  • Some GUI configs, like git branch on the prompt
  • hyperjump for directory bookmarking and jumping
  • some handy custom functions

TBI modules

  • there's a number of modules in a TBI state for whatever reason, I either abandoned them or they were replace by something better
  • they have a TBI file to indicate not usable
  • keeping them because they have valuable learning info in them

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages