diff --git a/config/etc-profile.d scripts/readme.md b/config/etc-profile.d scripts/readme.md deleted file mode 100644 index c28805c..0000000 --- a/config/etc-profile.d scripts/readme.md +++ /dev/null @@ -1,6 +0,0 @@ -Files to be added to /etc/profile.d - -Files here do not need shebang or to be marked executable UNLESS actually running shell commands. - -These files will be read after /etc/profile by most shells. However, they are not read on logins such as 'su' or 'sudo -u'. -Variables set here are GLOBAL. \ No newline at end of file diff --git a/config/etc-skel/readme.md b/config/etc-skel/readme.md deleted file mode 100644 index 8ea95b5..0000000 --- a/config/etc-skel/readme.md +++ /dev/null @@ -1,7 +0,0 @@ -Files to be added/changed in /etc/skel - -This folder contains the base 'template' files from which .bashrc, .profile, etc. are generated for new users. -Changes made to these templates will be applied to all NEW users. -These files can also be manually copied to existing users' home directories to apply changes. - -*** ROOT user is NOT based off these templates \ No newline at end of file diff --git a/config/etc/readme.md b/config/etc/readme.md index d29dfa6..f97542f 100644 --- a/config/etc/readme.md +++ b/config/etc/readme.md @@ -1,3 +1,6 @@ -Files that are added or changed from their default in /etc +Configuration files and/or changes to default config files in /etc/ -*** always backup existing files before changing/replacing them with files here! \ No newline at end of file +Setup static networking +Setup timesyncd for NTP syncing (client only) +Setup nano with helpful configurations both locally and via SSH +Colourize prompt based on user-type and add additional information diff --git a/config/etc-skel/.bashrc b/config/etc/skel/.bashrc similarity index 100% rename from config/etc-skel/.bashrc rename to config/etc/skel/.bashrc diff --git a/config/readme.md b/config/readme.md deleted file mode 100644 index 52c7135..0000000 --- a/config/readme.md +++ /dev/null @@ -1,6 +0,0 @@ -Configuration files and/or changes to default configs for my basic Debian systems: - -Setup static networking -Setup timesyncd for NTP syncing (client only) -Setup nano with helpful configurations both locally and via SSH -Colourize prompt based on user-type and add additional information