khaostheory34 / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sean's Startup Dotfiles and Scripts

This repo is the base for all of my startup dotfiles, scripts, and utilities.

I am learning a bit more in-depth Linux system admin. It is a work in progress, so expect bugs and frequent changes.

Dotfiles

Execution Order

Login Shell

  1. /etc/profile
  2. /etc/profile -> /etc/profile.d/*
  3. ~/.bash_profile
  4. ~/.bash_profile -> ~/.bashrc
  5. ~/.bashrc -> /etc/bashrc

Non-Login Shell

  1. ~/.bashrc
  2. ~/.bashrc -> /etc/bashrc
  3. /etc/bashrc -> /etc/profile.d

About

License:MIT License


Languages

Language:Shell 98.9%Language:Vim Script 1.1%