diff --git a/filesystem/etc/skel/.bashrc b/filesystem/etc/skel/.bashrc new file mode 100755 index 00000000..357a4f07 --- /dev/null +++ b/filesystem/etc/skel/.bashrc @@ -0,0 +1,112 @@ +# ~/.bashrc: executed by bash(1) for non-login shells. +# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) +# for examples + +# If not running interactively, don't do anything +case $- in + *i*) ;; + *) return;; +esac + +# don't put duplicate lines or lines starting with space in the history. +# See bash(1) for more options +HISTCONTROL=ignoreboth + +# append to the history file, don't overwrite it +shopt -s histappend + +# for setting history length see HISTSIZE and HISTFILESIZE in bash(1) +HISTSIZE=1000 +HISTFILESIZE=2000 + +# check the window size after each command and, if necessary, +# update the values of LINES and COLUMNS. +shopt -s checkwinsize + +# If set, the pattern "**" used in a pathname expansion context will +# match all files and zero or more directories and subdirectories. +#shopt -s globstar + +# make less more friendly for non-text input files, see lesspipe(1) +#[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" + +# set variable identifying the chroot you work in (used in the prompt below) +if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then + debian_chroot=$(cat /etc/debian_chroot) +fi + +# set a fancy prompt (non-color, unless we know we "want" color) +case "$TERM" in + xterm-color) color_prompt=yes;; +esac + +# uncomment for a colored prompt, if the terminal has the capability; turned +# off by default to not distract the user: the focus in a terminal window +# should be on the output of commands, not on the prompt +force_color_prompt=yes + +if [ -n "$force_color_prompt" ]; then + if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then + # We have color support; assume it's compliant with Ecma-48 + # (ISO/IEC-6429). (Lack of such support is extremely rare, and such + # a case would tend to support setf rather than setaf.) + color_prompt=yes + else + color_prompt= + fi +fi + +if [ "$color_prompt" = yes ]; then + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' +else + PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' +fi +unset color_prompt force_color_prompt + +# If this is an xterm set the title to user@host:dir +case "$TERM" in +xterm*|rxvt*) + PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" + ;; +*) + ;; +esac + +# enable color support of ls and also add handy aliases +if [ -x /usr/bin/dircolors ]; then + test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" + alias ls='ls --color=auto' + #alias dir='dir --color=auto' + #alias vdir='vdir --color=auto' + + #alias grep='grep --color=auto' + #alias fgrep='fgrep --color=auto' + #alias egrep='egrep --color=auto' +fi + +# some more ls aliases +#alias ll='ls -l' +#alias la='ls -A' +#alias l='ls -CF' + +# Alias definitions. +# You may want to put all your additions into a separate file like +# ~/.bash_aliases, instead of adding them here directly. +# See /usr/share/doc/bash-doc/examples in the bash-doc package. + +if [ -f ~/.bash_aliases ]; then + . ~/.bash_aliases +fi + +# enable programmable completion features (you don't need to enable +# this, if it's already enabled in /etc/bash.bashrc and /etc/profile +# sources /etc/bash.bashrc). +if ! shopt -oq posix; then + if [ -f /usr/share/bash-completion/bash_completion ]; then + . /usr/share/bash-completion/bash_completion + elif [ -f /etc/bash_completion ]; then + . /etc/bash_completion + fi +fi +alias reboot='reboot -h now' + diff --git a/filesystem/root/.config/Code/Backups/workspaces.json b/filesystem/etc/skel/.config/Code/Backups/workspaces.json similarity index 100% rename from filesystem/root/.config/Code/Backups/workspaces.json rename to filesystem/etc/skel/.config/Code/Backups/workspaces.json diff --git a/filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/bindings-057fb677b969f45a94b51e7e97147004.code b/filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/bindings-057fb677b969f45a94b51e7e97147004.code similarity index 100% rename from filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/bindings-057fb677b969f45a94b51e7e97147004.code rename to filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/bindings-057fb677b969f45a94b51e7e97147004.code diff --git a/filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/extract-opts-940b8510ef6763d7092bb732ad6be170.code b/filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/extract-opts-940b8510ef6763d7092bb732ad6be170.code similarity index 100% rename from filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/extract-opts-940b8510ef6763d7092bb732ad6be170.code rename to filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/extract-opts-940b8510ef6763d7092bb732ad6be170.code diff --git a/filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/getmac-692156c7c4cdf3697f5980770388c5e6.code b/filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/getmac-692156c7c4cdf3697f5980770388c5e6.code similarity index 100% rename from filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/getmac-692156c7c4cdf3697f5980770388c5e6.code rename to filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/getmac-692156c7c4cdf3697f5980770388c5e6.code diff --git a/filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/index-15f7b5511d01c9f8fa5725a77a699e7c.code b/filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/index-15f7b5511d01c9f8fa5725a77a699e7c.code similarity index 100% rename from filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/index-15f7b5511d01c9f8fa5725a77a699e7c.code rename to filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/index-15f7b5511d01c9f8fa5725a77a699e7c.code diff --git a/filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/index-fed9b7108f14afe96827e67cb94a6a52.code b/filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/index-fed9b7108f14afe96827e67cb94a6a52.code similarity index 100% rename from filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/index-fed9b7108f14afe96827e67cb94a6a52.code rename to filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/index-fed9b7108f14afe96827e67cb94a6a52.code diff --git a/filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/main-b41ce30beb0cfd031094b05289558eaf.code b/filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/main-b41ce30beb0cfd031094b05289558eaf.code similarity index 100% rename from filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/main-b41ce30beb0cfd031094b05289558eaf.code rename to filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/main-b41ce30beb0cfd031094b05289558eaf.code diff --git a/filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/main.nls-1ca6adb78ecf5501a9711dbe232db186.code b/filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/main.nls-1ca6adb78ecf5501a9711dbe232db186.code similarity index 100% rename from filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/main.nls-1ca6adb78ecf5501a9711dbe232db186.code rename to filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/main.nls-1ca6adb78ecf5501a9711dbe232db186.code diff --git a/filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/typechecker-c7ee1e5a5c2d2d084e631d2d8ae8f0e7.code b/filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/typechecker-c7ee1e5a5c2d2d084e631d2d8ae8f0e7.code similarity index 100% rename from filesystem/root/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/typechecker-c7ee1e5a5c2d2d084e631d2d8ae8f0e7.code rename to filesystem/etc/skel/.config/Code/CachedData/816be6780ca8bd0ab80314e11478c48c70d09383/typechecker-c7ee1e5a5c2d2d084e631d2d8ae8f0e7.code diff --git a/filesystem/root/.config/Code/CachedExtensions/builtin b/filesystem/etc/skel/.config/Code/CachedExtensions/builtin similarity index 100% rename from filesystem/root/.config/Code/CachedExtensions/builtin rename to filesystem/etc/skel/.config/Code/CachedExtensions/builtin diff --git a/filesystem/root/.config/Code/CachedExtensions/user b/filesystem/etc/skel/.config/Code/CachedExtensions/user similarity index 100% rename from filesystem/root/.config/Code/CachedExtensions/user rename to filesystem/etc/skel/.config/Code/CachedExtensions/user diff --git a/filesystem/root/.config/Code/Local Storage/file__0.localstorage b/filesystem/etc/skel/.config/Code/Local Storage/file__0.localstorage similarity index 100% rename from filesystem/root/.config/Code/Local Storage/file__0.localstorage rename to filesystem/etc/skel/.config/Code/Local Storage/file__0.localstorage diff --git a/filesystem/root/.config/Code/Local Storage/file__0.localstorage-journal b/filesystem/etc/skel/.config/Code/Local Storage/file__0.localstorage-journal similarity index 100% rename from filesystem/root/.config/Code/Local Storage/file__0.localstorage-journal rename to filesystem/etc/skel/.config/Code/Local Storage/file__0.localstorage-journal diff --git a/filesystem/root/.config/Code/Preferences b/filesystem/etc/skel/.config/Code/Preferences similarity index 100% rename from filesystem/root/.config/Code/Preferences rename to filesystem/etc/skel/.config/Code/Preferences diff --git a/filesystem/root/.config/Code/logs/20171219T123800/exthost1.log b/filesystem/etc/skel/.config/Code/logs/20171219T123800/exthost1.log similarity index 100% rename from filesystem/root/.config/Code/logs/20171219T123800/exthost1.log rename to filesystem/etc/skel/.config/Code/logs/20171219T123800/exthost1.log diff --git a/filesystem/root/.config/Code/logs/20171219T123800/main.log b/filesystem/etc/skel/.config/Code/logs/20171219T123800/main.log similarity index 100% rename from filesystem/root/.config/Code/logs/20171219T123800/main.log rename to filesystem/etc/skel/.config/Code/logs/20171219T123800/main.log diff --git a/filesystem/root/.config/Code/logs/20171219T123800/renderer1.log b/filesystem/etc/skel/.config/Code/logs/20171219T123800/renderer1.log similarity index 100% rename from filesystem/root/.config/Code/logs/20171219T123800/renderer1.log rename to filesystem/etc/skel/.config/Code/logs/20171219T123800/renderer1.log diff --git a/filesystem/root/.config/Code/logs/20171219T123800/sharedprocess.log b/filesystem/etc/skel/.config/Code/logs/20171219T123800/sharedprocess.log similarity index 100% rename from filesystem/root/.config/Code/logs/20171219T123800/sharedprocess.log rename to filesystem/etc/skel/.config/Code/logs/20171219T123800/sharedprocess.log diff --git a/filesystem/root/.config/Code/machineid b/filesystem/etc/skel/.config/Code/machineid similarity index 100% rename from filesystem/root/.config/Code/machineid rename to filesystem/etc/skel/.config/Code/machineid diff --git a/filesystem/root/.config/Code/storage.json b/filesystem/etc/skel/.config/Code/storage.json similarity index 100% rename from filesystem/root/.config/Code/storage.json rename to filesystem/etc/skel/.config/Code/storage.json diff --git a/filesystem/root/.config/autostart/guake.desktop b/filesystem/etc/skel/.config/autostart/guake.desktop similarity index 100% rename from filesystem/root/.config/autostart/guake.desktop rename to filesystem/etc/skel/.config/autostart/guake.desktop diff --git a/filesystem/root/.config/dconf/user b/filesystem/etc/skel/.config/dconf/user similarity index 100% rename from filesystem/root/.config/dconf/user rename to filesystem/etc/skel/.config/dconf/user diff --git a/filesystem/root/.config/dconf/user.X87YAZ b/filesystem/etc/skel/.config/dconf/user.X87YAZ similarity index 100% rename from filesystem/root/.config/dconf/user.X87YAZ rename to filesystem/etc/skel/.config/dconf/user.X87YAZ diff --git a/filesystem/root/.config/enchant/en_US.dic b/filesystem/etc/skel/.config/enchant/en_US.dic similarity index 100% rename from filesystem/root/.config/enchant/en_US.dic rename to filesystem/etc/skel/.config/enchant/en_US.dic diff --git a/filesystem/root/.config/enchant/en_US.exc b/filesystem/etc/skel/.config/enchant/en_US.exc similarity index 100% rename from filesystem/root/.config/enchant/en_US.exc rename to filesystem/etc/skel/.config/enchant/en_US.exc diff --git a/filesystem/root/.config/evolution/sources/system-proxy.source b/filesystem/etc/skel/.config/evolution/sources/system-proxy.source similarity index 100% rename from filesystem/root/.config/evolution/sources/system-proxy.source rename to filesystem/etc/skel/.config/evolution/sources/system-proxy.source diff --git a/filesystem/root/.config/gedit/accels b/filesystem/etc/skel/.config/gedit/accels similarity index 100% rename from filesystem/root/.config/gedit/accels rename to filesystem/etc/skel/.config/gedit/accels diff --git a/filesystem/root/.config/gnome-control-center/backgrounds/last-edited.xml b/filesystem/etc/skel/.config/gnome-control-center/backgrounds/last-edited.xml similarity index 100% rename from filesystem/root/.config/gnome-control-center/backgrounds/last-edited.xml rename to filesystem/etc/skel/.config/gnome-control-center/backgrounds/last-edited.xml diff --git a/filesystem/root/.config/gtk-2.0/gtkfilechooser.ini b/filesystem/etc/skel/.config/gtk-2.0/gtkfilechooser.ini similarity index 100% rename from filesystem/root/.config/gtk-2.0/gtkfilechooser.ini rename to filesystem/etc/skel/.config/gtk-2.0/gtkfilechooser.ini diff --git a/filesystem/root/.config/mimeapps.list b/filesystem/etc/skel/.config/mimeapps.list similarity index 100% rename from filesystem/root/.config/mimeapps.list rename to filesystem/etc/skel/.config/mimeapps.list diff --git a/filesystem/root/.config/nautilus/desktop-metadata b/filesystem/etc/skel/.config/nautilus/desktop-metadata similarity index 100% rename from filesystem/root/.config/nautilus/desktop-metadata rename to filesystem/etc/skel/.config/nautilus/desktop-metadata diff --git a/filesystem/root/.config/nautilus/search-metadata b/filesystem/etc/skel/.config/nautilus/search-metadata similarity index 100% rename from filesystem/root/.config/nautilus/search-metadata rename to filesystem/etc/skel/.config/nautilus/search-metadata diff --git a/filesystem/root/.config/pulse/52617a56364e410886161e8afa2d9ff9-card-database.tdb b/filesystem/etc/skel/.config/pulse/52617a56364e410886161e8afa2d9ff9-card-database.tdb similarity index 100% rename from filesystem/root/.config/pulse/52617a56364e410886161e8afa2d9ff9-card-database.tdb rename to filesystem/etc/skel/.config/pulse/52617a56364e410886161e8afa2d9ff9-card-database.tdb diff --git a/filesystem/root/.config/pulse/52617a56364e410886161e8afa2d9ff9-default-sink b/filesystem/etc/skel/.config/pulse/52617a56364e410886161e8afa2d9ff9-default-sink similarity index 100% rename from filesystem/root/.config/pulse/52617a56364e410886161e8afa2d9ff9-default-sink rename to filesystem/etc/skel/.config/pulse/52617a56364e410886161e8afa2d9ff9-default-sink diff --git a/filesystem/root/.config/pulse/52617a56364e410886161e8afa2d9ff9-default-source b/filesystem/etc/skel/.config/pulse/52617a56364e410886161e8afa2d9ff9-default-source similarity index 100% rename from filesystem/root/.config/pulse/52617a56364e410886161e8afa2d9ff9-default-source rename to filesystem/etc/skel/.config/pulse/52617a56364e410886161e8afa2d9ff9-default-source diff --git a/filesystem/root/.config/pulse/52617a56364e410886161e8afa2d9ff9-device-volumes.tdb b/filesystem/etc/skel/.config/pulse/52617a56364e410886161e8afa2d9ff9-device-volumes.tdb similarity index 100% rename from filesystem/root/.config/pulse/52617a56364e410886161e8afa2d9ff9-device-volumes.tdb rename to filesystem/etc/skel/.config/pulse/52617a56364e410886161e8afa2d9ff9-device-volumes.tdb diff --git a/filesystem/root/.config/pulse/52617a56364e410886161e8afa2d9ff9-stream-volumes.tdb b/filesystem/etc/skel/.config/pulse/52617a56364e410886161e8afa2d9ff9-stream-volumes.tdb similarity index 100% rename from filesystem/root/.config/pulse/52617a56364e410886161e8afa2d9ff9-stream-volumes.tdb rename to filesystem/etc/skel/.config/pulse/52617a56364e410886161e8afa2d9ff9-stream-volumes.tdb diff --git a/filesystem/root/.config/pulse/cookie b/filesystem/etc/skel/.config/pulse/cookie similarity index 100% rename from filesystem/root/.config/pulse/cookie rename to filesystem/etc/skel/.config/pulse/cookie diff --git a/filesystem/root/.config/systemd/user/default.target.wants/pulseaudio.service b/filesystem/etc/skel/.config/systemd/user/default.target.wants/pulseaudio.service similarity index 100% rename from filesystem/root/.config/systemd/user/default.target.wants/pulseaudio.service rename to filesystem/etc/skel/.config/systemd/user/default.target.wants/pulseaudio.service diff --git a/filesystem/root/.config/systemd/user/sockets.target.wants/pulseaudio.socket b/filesystem/etc/skel/.config/systemd/user/sockets.target.wants/pulseaudio.socket similarity index 100% rename from filesystem/root/.config/systemd/user/sockets.target.wants/pulseaudio.socket rename to filesystem/etc/skel/.config/systemd/user/sockets.target.wants/pulseaudio.socket diff --git a/filesystem/root/.config/user-dirs.dirs b/filesystem/etc/skel/.config/user-dirs.dirs similarity index 100% rename from filesystem/root/.config/user-dirs.dirs rename to filesystem/etc/skel/.config/user-dirs.dirs diff --git a/filesystem/root/.config/user-dirs.locale b/filesystem/etc/skel/.config/user-dirs.locale similarity index 100% rename from filesystem/root/.config/user-dirs.locale rename to filesystem/etc/skel/.config/user-dirs.locale diff --git a/filesystem/root/.tmux.conf b/filesystem/etc/skel/.tmux.conf similarity index 100% rename from filesystem/root/.tmux.conf rename to filesystem/etc/skel/.tmux.conf diff --git a/filesystem/root/.tmux/plugins/tmux-battery/CHANGELOG.md b/filesystem/etc/skel/.tmux/plugins/tmux-battery/CHANGELOG.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/CHANGELOG.md rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/CHANGELOG.md diff --git a/filesystem/root/.tmux/plugins/tmux-battery/LICENSE.md b/filesystem/etc/skel/.tmux/plugins/tmux-battery/LICENSE.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/LICENSE.md rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/LICENSE.md diff --git a/filesystem/root/.tmux/plugins/tmux-battery/README.md b/filesystem/etc/skel/.tmux/plugins/tmux-battery/README.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/README.md rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/README.md diff --git a/filesystem/root/.tmux/plugins/tmux-battery/battery.tmux b/filesystem/etc/skel/.tmux/plugins/tmux-battery/battery.tmux similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/battery.tmux rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/battery.tmux diff --git a/filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_charging.png b/filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_charging.png similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_charging.png rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_charging.png diff --git a/filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_discharging.png b/filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_discharging.png similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_discharging.png rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_discharging.png diff --git a/filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_full.png b/filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_full.png similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_full.png rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_full.png diff --git a/filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_remain.png b/filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_remain.png similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_remain.png rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_remain.png diff --git a/filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_green.png b/filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_green.png similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_green.png rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_green.png diff --git a/filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_orange.png b/filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_orange.png similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_orange.png rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_orange.png diff --git a/filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_red.png b/filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_red.png similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_red.png rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_red.png diff --git a/filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_yellow.png b/filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_yellow.png similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_yellow.png rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/screenshots/battery_status_bg_yellow.png diff --git a/filesystem/root/.tmux/plugins/tmux-battery/scripts/battery_graph.sh b/filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/battery_graph.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/scripts/battery_graph.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/battery_graph.sh diff --git a/filesystem/root/.tmux/plugins/tmux-battery/scripts/battery_icon.sh b/filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/battery_icon.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/scripts/battery_icon.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/battery_icon.sh diff --git a/filesystem/root/.tmux/plugins/tmux-battery/scripts/battery_percentage.sh b/filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/battery_percentage.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/scripts/battery_percentage.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/battery_percentage.sh diff --git a/filesystem/root/.tmux/plugins/tmux-battery/scripts/battery_remain.sh b/filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/battery_remain.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/scripts/battery_remain.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/battery_remain.sh diff --git a/filesystem/root/.tmux/plugins/tmux-battery/scripts/battery_status_bg.sh b/filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/battery_status_bg.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/scripts/battery_status_bg.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/battery_status_bg.sh diff --git a/filesystem/root/.tmux/plugins/tmux-battery/scripts/battery_status_fg.sh b/filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/battery_status_fg.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/scripts/battery_status_fg.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/battery_status_fg.sh diff --git a/filesystem/root/.tmux/plugins/tmux-battery/scripts/helpers.sh b/filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/helpers.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-battery/scripts/helpers.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-battery/scripts/helpers.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/CHANGELOG.md b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/CHANGELOG.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/CHANGELOG.md rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/CHANGELOG.md diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/CONTRIBUTING.md b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/CONTRIBUTING.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/CONTRIBUTING.md rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/CONTRIBUTING.md diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/LICENSE.md b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/LICENSE.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/LICENSE.md rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/LICENSE.md diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/README.md b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/README.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/README.md rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/README.md diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/continuum.tmux b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/continuum.tmux similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/continuum.tmux rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/continuum.tmux diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/docs/automatic_start.md b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/docs/automatic_start.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/docs/automatic_start.md rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/docs/automatic_start.md diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/docs/continuum_status.md b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/docs/continuum_status.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/docs/continuum_status.md rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/docs/continuum_status.md diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/docs/faq.md b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/docs/faq.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/docs/faq.md rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/docs/faq.md diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/docs/multiple_tmux_servers.md b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/docs/multiple_tmux_servers.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/docs/multiple_tmux_servers.md rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/docs/multiple_tmux_servers.md diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/docs/systemd_details.md b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/docs/systemd_details.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/docs/systemd_details.md rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/docs/systemd_details.md diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/check_tmux_version.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/check_tmux_version.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/check_tmux_version.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/check_tmux_version.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/continuum_restore.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/continuum_restore.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/continuum_restore.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/continuum_restore.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/continuum_save.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/continuum_save.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/continuum_save.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/continuum_save.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/continuum_status.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/continuum_status.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/continuum_status.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/continuum_status.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/README.md b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/README.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/README.md rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/README.md diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_disable.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_disable.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_disable.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_disable.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_enable.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_enable.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_enable.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_enable.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_iterm_start_tmux.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_iterm_start_tmux.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_iterm_start_tmux.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_iterm_start_tmux.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_terminal_start_tmux.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_terminal_start_tmux.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_terminal_start_tmux.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/osx_terminal_start_tmux.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/systemd_disable.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/systemd_disable.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/systemd_disable.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/systemd_disable.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/systemd_enable.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/systemd_enable.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/systemd_enable.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/handle_tmux_automatic_start/systemd_enable.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/helpers.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/helpers.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/helpers.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/helpers.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/shared.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/shared.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/shared.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/shared.sh diff --git a/filesystem/root/.tmux/plugins/tmux-continuum/scripts/variables.sh b/filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/variables.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-continuum/scripts/variables.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-continuum/scripts/variables.sh diff --git a/filesystem/root/.tmux/plugins/tmux-cpu/CHANGELOG.md b/filesystem/etc/skel/.tmux/plugins/tmux-cpu/CHANGELOG.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-cpu/CHANGELOG.md rename to filesystem/etc/skel/.tmux/plugins/tmux-cpu/CHANGELOG.md diff --git a/filesystem/root/.tmux/plugins/tmux-cpu/LICENSE b/filesystem/etc/skel/.tmux/plugins/tmux-cpu/LICENSE similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-cpu/LICENSE rename to filesystem/etc/skel/.tmux/plugins/tmux-cpu/LICENSE diff --git a/filesystem/root/.tmux/plugins/tmux-cpu/README.md b/filesystem/etc/skel/.tmux/plugins/tmux-cpu/README.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-cpu/README.md rename to filesystem/etc/skel/.tmux/plugins/tmux-cpu/README.md diff --git a/filesystem/root/.tmux/plugins/tmux-cpu/cpu.tmux b/filesystem/etc/skel/.tmux/plugins/tmux-cpu/cpu.tmux similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-cpu/cpu.tmux rename to filesystem/etc/skel/.tmux/plugins/tmux-cpu/cpu.tmux diff --git a/filesystem/root/.tmux/plugins/tmux-cpu/scripts/cpu_icon.sh b/filesystem/etc/skel/.tmux/plugins/tmux-cpu/scripts/cpu_icon.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-cpu/scripts/cpu_icon.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-cpu/scripts/cpu_icon.sh diff --git a/filesystem/root/.tmux/plugins/tmux-cpu/scripts/cpu_percentage.sh b/filesystem/etc/skel/.tmux/plugins/tmux-cpu/scripts/cpu_percentage.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-cpu/scripts/cpu_percentage.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-cpu/scripts/cpu_percentage.sh diff --git a/filesystem/root/.tmux/plugins/tmux-cpu/scripts/helpers.sh b/filesystem/etc/skel/.tmux/plugins/tmux-cpu/scripts/helpers.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-cpu/scripts/helpers.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-cpu/scripts/helpers.sh diff --git a/filesystem/root/.tmux/plugins/tmux-net-speed/LICENSE b/filesystem/etc/skel/.tmux/plugins/tmux-net-speed/LICENSE similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-net-speed/LICENSE rename to filesystem/etc/skel/.tmux/plugins/tmux-net-speed/LICENSE diff --git a/filesystem/root/.tmux/plugins/tmux-net-speed/README.md b/filesystem/etc/skel/.tmux/plugins/tmux-net-speed/README.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-net-speed/README.md rename to filesystem/etc/skel/.tmux/plugins/tmux-net-speed/README.md diff --git a/filesystem/root/.tmux/plugins/tmux-net-speed/init.sh b/filesystem/etc/skel/.tmux/plugins/tmux-net-speed/init.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-net-speed/init.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-net-speed/init.sh diff --git a/filesystem/root/.tmux/plugins/tmux-net-speed/net_speed.tmux b/filesystem/etc/skel/.tmux/plugins/tmux-net-speed/net_speed.tmux similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-net-speed/net_speed.tmux rename to filesystem/etc/skel/.tmux/plugins/tmux-net-speed/net_speed.tmux diff --git a/filesystem/root/.tmux/plugins/tmux-net-speed/run-tests.sh b/filesystem/etc/skel/.tmux/plugins/tmux-net-speed/run-tests.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-net-speed/run-tests.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-net-speed/run-tests.sh diff --git a/filesystem/root/.tmux/plugins/tmux-net-speed/scripts/download_speed.sh b/filesystem/etc/skel/.tmux/plugins/tmux-net-speed/scripts/download_speed.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-net-speed/scripts/download_speed.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-net-speed/scripts/download_speed.sh diff --git a/filesystem/root/.tmux/plugins/tmux-net-speed/scripts/helpers.sh b/filesystem/etc/skel/.tmux/plugins/tmux-net-speed/scripts/helpers.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-net-speed/scripts/helpers.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-net-speed/scripts/helpers.sh diff --git a/filesystem/root/.tmux/plugins/tmux-net-speed/scripts/net_speed.sh b/filesystem/etc/skel/.tmux/plugins/tmux-net-speed/scripts/net_speed.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-net-speed/scripts/net_speed.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-net-speed/scripts/net_speed.sh diff --git a/filesystem/root/.tmux/plugins/tmux-net-speed/scripts/upload_speed.sh b/filesystem/etc/skel/.tmux/plugins/tmux-net-speed/scripts/upload_speed.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-net-speed/scripts/upload_speed.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-net-speed/scripts/upload_speed.sh diff --git a/filesystem/root/.tmux/plugins/tmux-net-speed/tests/suites/helpers.test.sh b/filesystem/etc/skel/.tmux/plugins/tmux-net-speed/tests/suites/helpers.test.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-net-speed/tests/suites/helpers.test.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-net-speed/tests/suites/helpers.test.sh diff --git a/filesystem/root/.tmux/plugins/tmux-net-speed/tests/test_utils.sh b/filesystem/etc/skel/.tmux/plugins/tmux-net-speed/tests/test_utils.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-net-speed/tests/test_utils.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-net-speed/tests/test_utils.sh diff --git a/filesystem/root/.tmux/plugins/tmux-prefix-highlight/LICENSE b/filesystem/etc/skel/.tmux/plugins/tmux-prefix-highlight/LICENSE similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-prefix-highlight/LICENSE rename to filesystem/etc/skel/.tmux/plugins/tmux-prefix-highlight/LICENSE diff --git a/filesystem/root/.tmux/plugins/tmux-prefix-highlight/README.md b/filesystem/etc/skel/.tmux/plugins/tmux-prefix-highlight/README.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-prefix-highlight/README.md rename to filesystem/etc/skel/.tmux/plugins/tmux-prefix-highlight/README.md diff --git a/filesystem/root/.tmux/plugins/tmux-prefix-highlight/prefix_highlight.tmux b/filesystem/etc/skel/.tmux/plugins/tmux-prefix-highlight/prefix_highlight.tmux similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-prefix-highlight/prefix_highlight.tmux rename to filesystem/etc/skel/.tmux/plugins/tmux-prefix-highlight/prefix_highlight.tmux diff --git a/filesystem/root/.tmux/plugins/tmux-prefix-highlight/screenshots/prefix_off.png b/filesystem/etc/skel/.tmux/plugins/tmux-prefix-highlight/screenshots/prefix_off.png similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-prefix-highlight/screenshots/prefix_off.png rename to filesystem/etc/skel/.tmux/plugins/tmux-prefix-highlight/screenshots/prefix_off.png diff --git a/filesystem/root/.tmux/plugins/tmux-prefix-highlight/screenshots/prefix_on.png b/filesystem/etc/skel/.tmux/plugins/tmux-prefix-highlight/screenshots/prefix_on.png similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-prefix-highlight/screenshots/prefix_on.png rename to filesystem/etc/skel/.tmux/plugins/tmux-prefix-highlight/screenshots/prefix_on.png diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/.travis.yml b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/.travis.yml similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/.travis.yml rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/.travis.yml diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/CHANGELOG.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/CHANGELOG.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/CHANGELOG.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/CHANGELOG.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/CONTRIBUTING.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/CONTRIBUTING.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/CONTRIBUTING.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/CONTRIBUTING.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/LICENSE.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/LICENSE.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/LICENSE.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/LICENSE.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/README.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/README.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/README.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/README.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/docs/custom_key_bindings.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/custom_key_bindings.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/docs/custom_key_bindings.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/custom_key_bindings.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/docs/migrating_from_tmuxinator.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/migrating_from_tmuxinator.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/docs/migrating_from_tmuxinator.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/migrating_from_tmuxinator.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/docs/restoring_bash_history.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/restoring_bash_history.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/docs/restoring_bash_history.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/restoring_bash_history.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/docs/restoring_pane_contents.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/restoring_pane_contents.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/docs/restoring_pane_contents.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/restoring_pane_contents.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/docs/restoring_programs.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/restoring_programs.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/docs/restoring_programs.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/restoring_programs.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/docs/restoring_vim_and_neovim_sessions.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/restoring_vim_and_neovim_sessions.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/docs/restoring_vim_and_neovim_sessions.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/restoring_vim_and_neovim_sessions.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/docs/save_dir.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/save_dir.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/docs/save_dir.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/docs/save_dir.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/.gitignore b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/.gitignore similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/.gitignore rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/.gitignore diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/.travis.yml b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/.travis.yml similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/.travis.yml rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/.travis.yml diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/CHANGELOG.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/CHANGELOG.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/CHANGELOG.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/CHANGELOG.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/LICENSE.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/LICENSE.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/LICENSE.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/LICENSE.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/README.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/README.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/README.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/README.md diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/Vagrantfile b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/Vagrantfile similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/Vagrantfile rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/Vagrantfile diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/run_framework_tests b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/run_framework_tests similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/run_framework_tests rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/run_framework_tests diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/run_tests b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/run_tests similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/run_tests rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/run_tests diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/setup b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/setup similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/setup rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/setup diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/helpers/helpers.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/helpers/helpers.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/helpers/helpers.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/helpers/helpers.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/run_tests_in_isolation b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/run_tests_in_isolation similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/run_tests_in_isolation rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/run_tests_in_isolation diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_basic_script_execution.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_basic_script_execution.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_basic_script_execution.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_basic_script_execution.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_default_session_name.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_default_session_name.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_default_session_name.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_default_session_name.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_tmux_scripting.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_tmux_scripting.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_tmux_scripting.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_tmux_scripting.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/vagrant_centos_provisioning.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/vagrant_centos_provisioning.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/vagrant_centos_provisioning.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/vagrant_centos_provisioning.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/vagrant_ubuntu_provisioning.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/vagrant_ubuntu_provisioning.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/vagrant_ubuntu_provisioning.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/lib/tmux-test/vagrant_ubuntu_provisioning.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/resurrect.tmux b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/resurrect.tmux similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/resurrect.tmux rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/resurrect.tmux diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/run_tests b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/run_tests similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/run_tests rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/run_tests diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/save_command_strategies/gdb.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/save_command_strategies/gdb.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/save_command_strategies/gdb.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/save_command_strategies/gdb.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/save_command_strategies/pgrep.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/save_command_strategies/pgrep.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/save_command_strategies/pgrep.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/save_command_strategies/pgrep.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/save_command_strategies/ps.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/save_command_strategies/ps.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/save_command_strategies/ps.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/save_command_strategies/ps.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/scripts/check_tmux_version.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/check_tmux_version.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/scripts/check_tmux_version.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/check_tmux_version.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/scripts/helpers.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/helpers.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/scripts/helpers.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/helpers.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/scripts/process_restore_helpers.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/process_restore_helpers.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/scripts/process_restore_helpers.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/process_restore_helpers.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/scripts/restore.exp b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/restore.exp similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/scripts/restore.exp rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/restore.exp diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/scripts/restore.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/restore.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/scripts/restore.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/restore.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/scripts/save.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/save.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/scripts/save.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/save.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/scripts/spinner_helpers.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/spinner_helpers.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/scripts/spinner_helpers.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/spinner_helpers.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/scripts/tmux_spinner.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/tmux_spinner.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/scripts/tmux_spinner.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/tmux_spinner.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/scripts/variables.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/variables.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/scripts/variables.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/scripts/variables.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/strategies/irb_default_strategy.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/strategies/irb_default_strategy.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/strategies/irb_default_strategy.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/strategies/irb_default_strategy.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/strategies/nvim_session.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/strategies/nvim_session.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/strategies/nvim_session.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/strategies/nvim_session.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/strategies/vim_session.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/strategies/vim_session.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/strategies/vim_session.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/strategies/vim_session.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/tests/fixtures/restore_file.txt b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/fixtures/restore_file.txt similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/tests/fixtures/restore_file.txt rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/fixtures/restore_file.txt diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/tests/fixtures/save_file.txt b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/fixtures/save_file.txt similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/tests/fixtures/save_file.txt rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/fixtures/save_file.txt diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/tests/helpers/create_and_save_tmux_test_environment.exp b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/helpers/create_and_save_tmux_test_environment.exp similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/tests/helpers/create_and_save_tmux_test_environment.exp rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/helpers/create_and_save_tmux_test_environment.exp diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/tests/helpers/expect_helpers.exp b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/helpers/expect_helpers.exp similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/tests/helpers/expect_helpers.exp rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/helpers/expect_helpers.exp diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/tests/helpers/helpers.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/helpers/helpers.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/tests/helpers/helpers.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/helpers/helpers.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/tests/helpers/restore_and_save_tmux_test_environment.exp b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/helpers/restore_and_save_tmux_test_environment.exp similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/tests/helpers/restore_and_save_tmux_test_environment.exp rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/helpers/restore_and_save_tmux_test_environment.exp diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/tests/helpers/resurrect_helpers.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/helpers/resurrect_helpers.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/tests/helpers/resurrect_helpers.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/helpers/resurrect_helpers.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/tests/run_tests_in_isolation b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/run_tests_in_isolation similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/tests/run_tests_in_isolation rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/run_tests_in_isolation diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/tests/test_resurrect_restore.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/test_resurrect_restore.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/tests/test_resurrect_restore.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/test_resurrect_restore.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/tests/test_resurrect_save.sh b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/test_resurrect_save.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/tests/test_resurrect_save.sh rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/tests/test_resurrect_save.sh diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/video/issue_vid.png b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/video/issue_vid.png similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/video/issue_vid.png rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/video/issue_vid.png diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/video/screencast_img.png b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/video/screencast_img.png similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/video/screencast_img.png rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/video/screencast_img.png diff --git a/filesystem/root/.tmux/plugins/tmux-resurrect/video/script.md b/filesystem/etc/skel/.tmux/plugins/tmux-resurrect/video/script.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-resurrect/video/script.md rename to filesystem/etc/skel/.tmux/plugins/tmux-resurrect/video/script.md diff --git a/filesystem/root/.tmux/plugins/tmux-sensible/CHANGELOG.md b/filesystem/etc/skel/.tmux/plugins/tmux-sensible/CHANGELOG.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-sensible/CHANGELOG.md rename to filesystem/etc/skel/.tmux/plugins/tmux-sensible/CHANGELOG.md diff --git a/filesystem/root/.tmux/plugins/tmux-sensible/LICENSE.md b/filesystem/etc/skel/.tmux/plugins/tmux-sensible/LICENSE.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-sensible/LICENSE.md rename to filesystem/etc/skel/.tmux/plugins/tmux-sensible/LICENSE.md diff --git a/filesystem/root/.tmux/plugins/tmux-sensible/README.md b/filesystem/etc/skel/.tmux/plugins/tmux-sensible/README.md similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-sensible/README.md rename to filesystem/etc/skel/.tmux/plugins/tmux-sensible/README.md diff --git a/filesystem/root/.tmux/plugins/tmux-sensible/sensible.tmux b/filesystem/etc/skel/.tmux/plugins/tmux-sensible/sensible.tmux similarity index 100% rename from filesystem/root/.tmux/plugins/tmux-sensible/sensible.tmux rename to filesystem/etc/skel/.tmux/plugins/tmux-sensible/sensible.tmux diff --git a/filesystem/root/.tmux/plugins/tpm/.travis.yml b/filesystem/etc/skel/.tmux/plugins/tpm/.travis.yml similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/.travis.yml rename to filesystem/etc/skel/.tmux/plugins/tpm/.travis.yml diff --git a/filesystem/root/.tmux/plugins/tpm/CHANGELOG.md b/filesystem/etc/skel/.tmux/plugins/tpm/CHANGELOG.md similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/CHANGELOG.md rename to filesystem/etc/skel/.tmux/plugins/tpm/CHANGELOG.md diff --git a/filesystem/root/.tmux/plugins/tpm/HOW_TO_PLUGIN.md b/filesystem/etc/skel/.tmux/plugins/tpm/HOW_TO_PLUGIN.md similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/HOW_TO_PLUGIN.md rename to filesystem/etc/skel/.tmux/plugins/tpm/HOW_TO_PLUGIN.md diff --git a/filesystem/root/.tmux/plugins/tpm/LICENSE.md b/filesystem/etc/skel/.tmux/plugins/tpm/LICENSE.md similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/LICENSE.md rename to filesystem/etc/skel/.tmux/plugins/tpm/LICENSE.md diff --git a/filesystem/root/.tmux/plugins/tpm/README.md b/filesystem/etc/skel/.tmux/plugins/tpm/README.md similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/README.md rename to filesystem/etc/skel/.tmux/plugins/tpm/README.md diff --git a/filesystem/root/.tmux/plugins/tpm/bin/clean_plugins b/filesystem/etc/skel/.tmux/plugins/tpm/bin/clean_plugins similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/bin/clean_plugins rename to filesystem/etc/skel/.tmux/plugins/tpm/bin/clean_plugins diff --git a/filesystem/root/.tmux/plugins/tpm/bin/install_plugins b/filesystem/etc/skel/.tmux/plugins/tpm/bin/install_plugins similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/bin/install_plugins rename to filesystem/etc/skel/.tmux/plugins/tpm/bin/install_plugins diff --git a/filesystem/root/.tmux/plugins/tpm/bin/update_plugins b/filesystem/etc/skel/.tmux/plugins/tpm/bin/update_plugins similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/bin/update_plugins rename to filesystem/etc/skel/.tmux/plugins/tpm/bin/update_plugins diff --git a/filesystem/root/.tmux/plugins/tpm/bindings/clean_plugins b/filesystem/etc/skel/.tmux/plugins/tpm/bindings/clean_plugins similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/bindings/clean_plugins rename to filesystem/etc/skel/.tmux/plugins/tpm/bindings/clean_plugins diff --git a/filesystem/root/.tmux/plugins/tpm/bindings/install_plugins b/filesystem/etc/skel/.tmux/plugins/tpm/bindings/install_plugins similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/bindings/install_plugins rename to filesystem/etc/skel/.tmux/plugins/tpm/bindings/install_plugins diff --git a/filesystem/root/.tmux/plugins/tpm/bindings/update_plugins b/filesystem/etc/skel/.tmux/plugins/tpm/bindings/update_plugins similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/bindings/update_plugins rename to filesystem/etc/skel/.tmux/plugins/tpm/bindings/update_plugins diff --git a/filesystem/root/.tmux/plugins/tpm/docs/automatic_tpm_installation.md b/filesystem/etc/skel/.tmux/plugins/tpm/docs/automatic_tpm_installation.md similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/docs/automatic_tpm_installation.md rename to filesystem/etc/skel/.tmux/plugins/tpm/docs/automatic_tpm_installation.md diff --git a/filesystem/root/.tmux/plugins/tpm/docs/changing_plugins_install_dir.md b/filesystem/etc/skel/.tmux/plugins/tpm/docs/changing_plugins_install_dir.md similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/docs/changing_plugins_install_dir.md rename to filesystem/etc/skel/.tmux/plugins/tpm/docs/changing_plugins_install_dir.md diff --git a/filesystem/root/.tmux/plugins/tpm/docs/how_to_create_plugin.md b/filesystem/etc/skel/.tmux/plugins/tpm/docs/how_to_create_plugin.md similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/docs/how_to_create_plugin.md rename to filesystem/etc/skel/.tmux/plugins/tpm/docs/how_to_create_plugin.md diff --git a/filesystem/root/.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md b/filesystem/etc/skel/.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md rename to filesystem/etc/skel/.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md diff --git a/filesystem/root/.tmux/plugins/tpm/docs/tpm_not_working.md b/filesystem/etc/skel/.tmux/plugins/tpm/docs/tpm_not_working.md similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/docs/tpm_not_working.md rename to filesystem/etc/skel/.tmux/plugins/tpm/docs/tpm_not_working.md diff --git a/filesystem/root/.tmux/plugins/tpm/scripts/check_tmux_version.sh b/filesystem/etc/skel/.tmux/plugins/tpm/scripts/check_tmux_version.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/scripts/check_tmux_version.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/scripts/check_tmux_version.sh diff --git a/filesystem/root/.tmux/plugins/tpm/scripts/clean_plugins.sh b/filesystem/etc/skel/.tmux/plugins/tpm/scripts/clean_plugins.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/scripts/clean_plugins.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/scripts/clean_plugins.sh diff --git a/filesystem/root/.tmux/plugins/tpm/scripts/helpers/plugin_functions.sh b/filesystem/etc/skel/.tmux/plugins/tpm/scripts/helpers/plugin_functions.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/scripts/helpers/plugin_functions.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/scripts/helpers/plugin_functions.sh diff --git a/filesystem/root/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh b/filesystem/etc/skel/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh diff --git a/filesystem/root/.tmux/plugins/tpm/scripts/helpers/tmux_echo_functions.sh b/filesystem/etc/skel/.tmux/plugins/tpm/scripts/helpers/tmux_echo_functions.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/scripts/helpers/tmux_echo_functions.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/scripts/helpers/tmux_echo_functions.sh diff --git a/filesystem/root/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh b/filesystem/etc/skel/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh diff --git a/filesystem/root/.tmux/plugins/tpm/scripts/helpers/utility.sh b/filesystem/etc/skel/.tmux/plugins/tpm/scripts/helpers/utility.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/scripts/helpers/utility.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/scripts/helpers/utility.sh diff --git a/filesystem/root/.tmux/plugins/tpm/scripts/install_plugins.sh b/filesystem/etc/skel/.tmux/plugins/tpm/scripts/install_plugins.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/scripts/install_plugins.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/scripts/install_plugins.sh diff --git a/filesystem/root/.tmux/plugins/tpm/scripts/source_plugins.sh b/filesystem/etc/skel/.tmux/plugins/tpm/scripts/source_plugins.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/scripts/source_plugins.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/scripts/source_plugins.sh diff --git a/filesystem/root/.tmux/plugins/tpm/scripts/update_plugin.sh b/filesystem/etc/skel/.tmux/plugins/tpm/scripts/update_plugin.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/scripts/update_plugin.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/scripts/update_plugin.sh diff --git a/filesystem/root/.tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh b/filesystem/etc/skel/.tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh diff --git a/filesystem/root/.tmux/plugins/tpm/scripts/variables.sh b/filesystem/etc/skel/.tmux/plugins/tpm/scripts/variables.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/scripts/variables.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/scripts/variables.sh diff --git a/filesystem/root/.tmux/plugins/tpm/tests/expect_failed_plugin_download b/filesystem/etc/skel/.tmux/plugins/tpm/tests/expect_failed_plugin_download similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tests/expect_failed_plugin_download rename to filesystem/etc/skel/.tmux/plugins/tpm/tests/expect_failed_plugin_download diff --git a/filesystem/root/.tmux/plugins/tpm/tests/expect_successful_clean_plugins b/filesystem/etc/skel/.tmux/plugins/tpm/tests/expect_successful_clean_plugins similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tests/expect_successful_clean_plugins rename to filesystem/etc/skel/.tmux/plugins/tpm/tests/expect_successful_clean_plugins diff --git a/filesystem/root/.tmux/plugins/tpm/tests/expect_successful_multiple_plugins_download b/filesystem/etc/skel/.tmux/plugins/tpm/tests/expect_successful_multiple_plugins_download similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tests/expect_successful_multiple_plugins_download rename to filesystem/etc/skel/.tmux/plugins/tpm/tests/expect_successful_multiple_plugins_download diff --git a/filesystem/root/.tmux/plugins/tpm/tests/expect_successful_plugin_download b/filesystem/etc/skel/.tmux/plugins/tpm/tests/expect_successful_plugin_download similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tests/expect_successful_plugin_download rename to filesystem/etc/skel/.tmux/plugins/tpm/tests/expect_successful_plugin_download diff --git a/filesystem/root/.tmux/plugins/tpm/tests/expect_successful_update_of_a_single_plugin b/filesystem/etc/skel/.tmux/plugins/tpm/tests/expect_successful_update_of_a_single_plugin similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tests/expect_successful_update_of_a_single_plugin rename to filesystem/etc/skel/.tmux/plugins/tpm/tests/expect_successful_update_of_a_single_plugin diff --git a/filesystem/root/.tmux/plugins/tpm/tests/expect_successful_update_of_all_plugins b/filesystem/etc/skel/.tmux/plugins/tpm/tests/expect_successful_update_of_all_plugins similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tests/expect_successful_update_of_all_plugins rename to filesystem/etc/skel/.tmux/plugins/tpm/tests/expect_successful_update_of_all_plugins diff --git a/filesystem/root/.tmux/plugins/tpm/tests/helpers/tpm.sh b/filesystem/etc/skel/.tmux/plugins/tpm/tests/helpers/tpm.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tests/helpers/tpm.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/tests/helpers/tpm.sh diff --git a/filesystem/root/.tmux/plugins/tpm/tests/test_plugin_clean.sh b/filesystem/etc/skel/.tmux/plugins/tpm/tests/test_plugin_clean.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tests/test_plugin_clean.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/tests/test_plugin_clean.sh diff --git a/filesystem/root/.tmux/plugins/tpm/tests/test_plugin_installation.sh b/filesystem/etc/skel/.tmux/plugins/tpm/tests/test_plugin_installation.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tests/test_plugin_installation.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/tests/test_plugin_installation.sh diff --git a/filesystem/root/.tmux/plugins/tpm/tests/test_plugin_installation_legacy.sh b/filesystem/etc/skel/.tmux/plugins/tpm/tests/test_plugin_installation_legacy.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tests/test_plugin_installation_legacy.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/tests/test_plugin_installation_legacy.sh diff --git a/filesystem/root/.tmux/plugins/tpm/tests/test_plugin_sourcing.sh b/filesystem/etc/skel/.tmux/plugins/tpm/tests/test_plugin_sourcing.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tests/test_plugin_sourcing.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/tests/test_plugin_sourcing.sh diff --git a/filesystem/root/.tmux/plugins/tpm/tests/test_plugin_update.sh b/filesystem/etc/skel/.tmux/plugins/tpm/tests/test_plugin_update.sh similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tests/test_plugin_update.sh rename to filesystem/etc/skel/.tmux/plugins/tpm/tests/test_plugin_update.sh diff --git a/filesystem/root/.tmux/plugins/tpm/tpm b/filesystem/etc/skel/.tmux/plugins/tpm/tpm similarity index 100% rename from filesystem/root/.tmux/plugins/tpm/tpm rename to filesystem/etc/skel/.tmux/plugins/tpm/tpm diff --git a/filesystem/root/Desktop/.gitignore b/filesystem/etc/skel/Desktop/.gitignore similarity index 100% rename from filesystem/root/Desktop/.gitignore rename to filesystem/etc/skel/Desktop/.gitignore diff --git a/filesystem/root/Documents/.gitignore b/filesystem/etc/skel/Documents/.gitignore similarity index 100% rename from filesystem/root/Documents/.gitignore rename to filesystem/etc/skel/Documents/.gitignore diff --git a/filesystem/root/Downloads/.gitignore b/filesystem/etc/skel/Downloads/.gitignore similarity index 100% rename from filesystem/root/Downloads/.gitignore rename to filesystem/etc/skel/Downloads/.gitignore diff --git a/filesystem/root/Pictures/Wallpapers/1489388.jpg b/filesystem/etc/skel/Pictures/Wallpapers/1489388.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/1489388.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/1489388.jpg diff --git a/filesystem/root/Pictures/Wallpapers/BT-Wallpaper.png b/filesystem/etc/skel/Pictures/Wallpapers/BT-Wallpaper.png similarity index 100% rename from filesystem/root/Pictures/Wallpapers/BT-Wallpaper.png rename to filesystem/etc/skel/Pictures/Wallpapers/BT-Wallpaper.png diff --git a/filesystem/root/Pictures/Wallpapers/Backtrack.jpg b/filesystem/etc/skel/Pictures/Wallpapers/Backtrack.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Backtrack.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/Backtrack.jpg diff --git a/filesystem/root/Pictures/Wallpapers/Hacker.jpg b/filesystem/etc/skel/Pictures/Wallpapers/Hacker.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Hacker.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/Hacker.jpg diff --git a/filesystem/root/Pictures/Wallpapers/Hackerfree.jpg b/filesystem/etc/skel/Pictures/Wallpapers/Hackerfree.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Hackerfree.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/Hackerfree.jpg diff --git a/filesystem/root/Pictures/Wallpapers/Hooded-Hacker.jpg b/filesystem/etc/skel/Pictures/Wallpapers/Hooded-Hacker.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Hooded-Hacker.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/Hooded-Hacker.jpg diff --git a/filesystem/root/Pictures/Wallpapers/Kali 1.png b/filesystem/etc/skel/Pictures/Wallpapers/Kali 1.png similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Kali 1.png rename to filesystem/etc/skel/Pictures/Wallpapers/Kali 1.png diff --git a/filesystem/root/Pictures/Wallpapers/Kali.JPG b/filesystem/etc/skel/Pictures/Wallpapers/Kali.JPG similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Kali.JPG rename to filesystem/etc/skel/Pictures/Wallpapers/Kali.JPG diff --git a/filesystem/root/Pictures/Wallpapers/Kali1.jpg b/filesystem/etc/skel/Pictures/Wallpapers/Kali1.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Kali1.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/Kali1.jpg diff --git a/filesystem/root/Pictures/Wallpapers/Kali10.gif b/filesystem/etc/skel/Pictures/Wallpapers/Kali10.gif similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Kali10.gif rename to filesystem/etc/skel/Pictures/Wallpapers/Kali10.gif diff --git a/filesystem/root/Pictures/Wallpapers/Kali3.jpg b/filesystem/etc/skel/Pictures/Wallpapers/Kali3.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Kali3.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/Kali3.jpg diff --git a/filesystem/root/Pictures/Wallpapers/Kali4.png b/filesystem/etc/skel/Pictures/Wallpapers/Kali4.png similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Kali4.png rename to filesystem/etc/skel/Pictures/Wallpapers/Kali4.png diff --git a/filesystem/root/Pictures/Wallpapers/Kali6.jpg b/filesystem/etc/skel/Pictures/Wallpapers/Kali6.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Kali6.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/Kali6.jpg diff --git a/filesystem/root/Pictures/Wallpapers/Kali7.jpg b/filesystem/etc/skel/Pictures/Wallpapers/Kali7.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Kali7.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/Kali7.jpg diff --git a/filesystem/root/Pictures/Wallpapers/Kali9.png b/filesystem/etc/skel/Pictures/Wallpapers/Kali9.png similarity index 100% rename from filesystem/root/Pictures/Wallpapers/Kali9.png rename to filesystem/etc/skel/Pictures/Wallpapers/Kali9.png diff --git a/filesystem/root/Pictures/Wallpapers/SecurityHacker.jpg b/filesystem/etc/skel/Pictures/Wallpapers/SecurityHacker.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/SecurityHacker.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/SecurityHacker.jpg diff --git a/filesystem/root/Pictures/Wallpapers/bt4-logo-wallpaper.png b/filesystem/etc/skel/Pictures/Wallpapers/bt4-logo-wallpaper.png similarity index 100% rename from filesystem/root/Pictures/Wallpapers/bt4-logo-wallpaper.png rename to filesystem/etc/skel/Pictures/Wallpapers/bt4-logo-wallpaper.png diff --git a/filesystem/root/Pictures/Wallpapers/computer-hacker.jpg b/filesystem/etc/skel/Pictures/Wallpapers/computer-hacker.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/computer-hacker.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/computer-hacker.jpg diff --git a/filesystem/root/Pictures/Wallpapers/hacker_2621842b.jpg b/filesystem/etc/skel/Pictures/Wallpapers/hacker_2621842b.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/hacker_2621842b.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/hacker_2621842b.jpg diff --git a/filesystem/root/Pictures/Wallpapers/kali11.png b/filesystem/etc/skel/Pictures/Wallpapers/kali11.png similarity index 100% rename from filesystem/root/Pictures/Wallpapers/kali11.png rename to filesystem/etc/skel/Pictures/Wallpapers/kali11.png diff --git a/filesystem/root/Pictures/Wallpapers/kali12.jpg b/filesystem/etc/skel/Pictures/Wallpapers/kali12.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/kali12.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/kali12.jpg diff --git a/filesystem/root/Pictures/Wallpapers/kali13.png b/filesystem/etc/skel/Pictures/Wallpapers/kali13.png similarity index 100% rename from filesystem/root/Pictures/Wallpapers/kali13.png rename to filesystem/etc/skel/Pictures/Wallpapers/kali13.png diff --git a/filesystem/root/Pictures/Wallpapers/kali14.jpg b/filesystem/etc/skel/Pictures/Wallpapers/kali14.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/kali14.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/kali14.jpg diff --git a/filesystem/root/Pictures/Wallpapers/kali15.png b/filesystem/etc/skel/Pictures/Wallpapers/kali15.png similarity index 100% rename from filesystem/root/Pictures/Wallpapers/kali15.png rename to filesystem/etc/skel/Pictures/Wallpapers/kali15.png diff --git a/filesystem/root/Pictures/Wallpapers/kali16.jpg b/filesystem/etc/skel/Pictures/Wallpapers/kali16.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/kali16.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/kali16.jpg diff --git a/filesystem/root/Pictures/Wallpapers/kali17.jpg b/filesystem/etc/skel/Pictures/Wallpapers/kali17.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/kali17.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/kali17.jpg diff --git a/filesystem/root/Pictures/Wallpapers/kali19.jpg b/filesystem/etc/skel/Pictures/Wallpapers/kali19.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/kali19.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/kali19.jpg diff --git a/filesystem/root/Pictures/Wallpapers/kali20.jpg b/filesystem/etc/skel/Pictures/Wallpapers/kali20.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/kali20.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/kali20.jpg diff --git a/filesystem/root/Pictures/Wallpapers/kali21.jpg b/filesystem/etc/skel/Pictures/Wallpapers/kali21.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/kali21.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/kali21.jpg diff --git a/filesystem/root/Pictures/Wallpapers/kali5.jpg b/filesystem/etc/skel/Pictures/Wallpapers/kali5.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/kali5.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/kali5.jpg diff --git a/filesystem/root/Pictures/Wallpapers/kali8.jpg b/filesystem/etc/skel/Pictures/Wallpapers/kali8.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/kali8.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/kali8.jpg diff --git a/filesystem/root/Pictures/Wallpapers/shatter-backtrack_00000.jpg b/filesystem/etc/skel/Pictures/Wallpapers/shatter-backtrack_00000.jpg similarity index 100% rename from filesystem/root/Pictures/Wallpapers/shatter-backtrack_00000.jpg rename to filesystem/etc/skel/Pictures/Wallpapers/shatter-backtrack_00000.jpg diff --git a/filesystem/root/Pictures/Wallpapers/untitled.png b/filesystem/etc/skel/Pictures/Wallpapers/untitled.png similarity index 100% rename from filesystem/root/Pictures/Wallpapers/untitled.png rename to filesystem/etc/skel/Pictures/Wallpapers/untitled.png diff --git a/filesystem/root/Templates/prog/ObjC.m b/filesystem/etc/skel/Templates/prog/ObjC.m similarity index 80% rename from filesystem/root/Templates/prog/ObjC.m rename to filesystem/etc/skel/Templates/prog/ObjC.m index e7e67be1..b49c4e63 100644 --- a/filesystem/root/Templates/prog/ObjC.m +++ b/filesystem/etc/skel/Templates/prog/ObjC.m @@ -3,7 +3,7 @@ int main (int argc, const char * argv[]) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; - NSLog (@"give me a bottle of rum!"); + NSLog (@"Hello, World!"); [pool drain]; return 0; } diff --git a/filesystem/root/Templates/prog/assembly.asm b/filesystem/etc/skel/Templates/prog/assembly.asm similarity index 100% rename from filesystem/root/Templates/prog/assembly.asm rename to filesystem/etc/skel/Templates/prog/assembly.asm diff --git a/filesystem/etc/skel/Templates/prog/bash-sh.sh b/filesystem/etc/skel/Templates/prog/bash-sh.sh new file mode 100644 index 00000000..2e93661b --- /dev/null +++ b/filesystem/etc/skel/Templates/prog/bash-sh.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Hello, World!" diff --git a/filesystem/root/Templates/prog/c++.cpp b/filesystem/etc/skel/Templates/prog/c++.cpp similarity index 59% rename from filesystem/root/Templates/prog/c++.cpp rename to filesystem/etc/skel/Templates/prog/c++.cpp index 681f556e..f6c5afe2 100644 --- a/filesystem/root/Templates/prog/c++.cpp +++ b/filesystem/etc/skel/Templates/prog/c++.cpp @@ -4,6 +4,6 @@ using namespace std; main() { - cout << "give me a bottle of rum!" << endl; + cout << "Hello, World!" << endl; return 0; } diff --git a/filesystem/root/Templates/prog/c.c b/filesystem/etc/skel/Templates/prog/c.c similarity index 63% rename from filesystem/root/Templates/prog/c.c rename to filesystem/etc/skel/Templates/prog/c.c index 8ab6d8c7..24c87129 100644 --- a/filesystem/root/Templates/prog/c.c +++ b/filesystem/etc/skel/Templates/prog/c.c @@ -2,6 +2,6 @@ int main(int argc, char **argv) { - printf("give me a bottle of rum!\n"); + printf("Hello, World!\n"); return 0; } diff --git a/filesystem/etc/skel/Templates/prog/falcon.fal b/filesystem/etc/skel/Templates/prog/falcon.fal new file mode 100644 index 00000000..e16cef7d --- /dev/null +++ b/filesystem/etc/skel/Templates/prog/falcon.fal @@ -0,0 +1,4 @@ +#!/usr/bin/env falcon + +> "Hello, World!" + diff --git a/filesystem/root/Templates/prog/header.h b/filesystem/etc/skel/Templates/prog/header.h similarity index 100% rename from filesystem/root/Templates/prog/header.h rename to filesystem/etc/skel/Templates/prog/header.h diff --git a/filesystem/root/Templates/prog/java.java b/filesystem/etc/skel/Templates/prog/java.java similarity index 59% rename from filesystem/root/Templates/prog/java.java rename to filesystem/etc/skel/Templates/prog/java.java index 18553fe3..3a09bc51 100644 --- a/filesystem/root/Templates/prog/java.java +++ b/filesystem/etc/skel/Templates/prog/java.java @@ -1,7 +1,7 @@ public class HelloWorld { public static void main(String[] args) { - System.out.println("give me a bottle of rum!"); + System.out.println("Hello, World!"); } } diff --git a/filesystem/etc/skel/Templates/prog/perl.pl b/filesystem/etc/skel/Templates/prog/perl.pl new file mode 100644 index 00000000..d775b5d1 --- /dev/null +++ b/filesystem/etc/skel/Templates/prog/perl.pl @@ -0,0 +1,3 @@ +#!/usr/bin/perl + +print("Hello, World!"); diff --git a/filesystem/root/Templates/prog/perlModule.pm b/filesystem/etc/skel/Templates/prog/perlModule.pm similarity index 100% rename from filesystem/root/Templates/prog/perlModule.pm rename to filesystem/etc/skel/Templates/prog/perlModule.pm diff --git a/filesystem/etc/skel/Templates/prog/python.py b/filesystem/etc/skel/Templates/prog/python.py new file mode 100644 index 00000000..d88ec24d --- /dev/null +++ b/filesystem/etc/skel/Templates/prog/python.py @@ -0,0 +1,3 @@ +#!/usr/bin/python + +print "Hello, World!" diff --git a/filesystem/etc/skel/Templates/prog/ruby.rb b/filesystem/etc/skel/Templates/prog/ruby.rb new file mode 100644 index 00000000..b4a66cd0 --- /dev/null +++ b/filesystem/etc/skel/Templates/prog/ruby.rb @@ -0,0 +1,3 @@ +#!/usr/bin/ruby + +say "Hello, World!" diff --git a/filesystem/root/Templates/prog/shellcode.s b/filesystem/etc/skel/Templates/prog/shellcode.s similarity index 100% rename from filesystem/root/Templates/prog/shellcode.s rename to filesystem/etc/skel/Templates/prog/shellcode.s diff --git a/filesystem/root/Templates/text/calc.ods b/filesystem/etc/skel/Templates/text/calc.ods similarity index 100% rename from filesystem/root/Templates/text/calc.ods rename to filesystem/etc/skel/Templates/text/calc.ods diff --git a/filesystem/root/Templates/text/impress.odp b/filesystem/etc/skel/Templates/text/impress.odp similarity index 100% rename from filesystem/root/Templates/text/impress.odp rename to filesystem/etc/skel/Templates/text/impress.odp diff --git a/filesystem/root/Templates/text/txt.txt b/filesystem/etc/skel/Templates/text/txt.txt similarity index 100% rename from filesystem/root/Templates/text/txt.txt rename to filesystem/etc/skel/Templates/text/txt.txt diff --git a/filesystem/root/Templates/text/writer.odt b/filesystem/etc/skel/Templates/text/writer.odt similarity index 100% rename from filesystem/root/Templates/text/writer.odt rename to filesystem/etc/skel/Templates/text/writer.odt diff --git a/filesystem/root/Templates/web/css.css b/filesystem/etc/skel/Templates/web/css.css similarity index 100% rename from filesystem/root/Templates/web/css.css rename to filesystem/etc/skel/Templates/web/css.css diff --git a/filesystem/etc/skel/Templates/web/html.html b/filesystem/etc/skel/Templates/web/html.html new file mode 100644 index 00000000..895bd13e --- /dev/null +++ b/filesystem/etc/skel/Templates/web/html.html @@ -0,0 +1,11 @@ + + + + + + HTML Document + + + + + diff --git a/filesystem/root/Templates/web/javascript.js b/filesystem/etc/skel/Templates/web/javascript.js similarity index 100% rename from filesystem/root/Templates/web/javascript.js rename to filesystem/etc/skel/Templates/web/javascript.js diff --git a/filesystem/root/Templates/web/php.php b/filesystem/etc/skel/Templates/web/php.php similarity index 100% rename from filesystem/root/Templates/web/php.php rename to filesystem/etc/skel/Templates/web/php.php diff --git a/filesystem/root/Templates/web/xml.xml b/filesystem/etc/skel/Templates/web/xml.xml similarity index 100% rename from filesystem/root/Templates/web/xml.xml rename to filesystem/etc/skel/Templates/web/xml.xml diff --git a/filesystem/root/Videos/.gitignore b/filesystem/etc/skel/Videos/.gitignore similarity index 100% rename from filesystem/root/Videos/.gitignore rename to filesystem/etc/skel/Videos/.gitignore diff --git a/filesystem/root/bin/.gitignore b/filesystem/etc/skel/bin/.gitignore similarity index 100% rename from filesystem/root/bin/.gitignore rename to filesystem/etc/skel/bin/.gitignore diff --git a/filesystem/root/payloads/.gitignore b/filesystem/etc/skel/payloads/.gitignore similarity index 100% rename from filesystem/root/payloads/.gitignore rename to filesystem/etc/skel/payloads/.gitignore diff --git a/filesystem/root/postinstall.sh b/filesystem/etc/skel/postinstall.sh similarity index 95% rename from filesystem/root/postinstall.sh rename to filesystem/etc/skel/postinstall.sh index 2fb08635..5653e5c8 100755 --- a/filesystem/root/postinstall.sh +++ b/filesystem/etc/skel/postinstall.sh @@ -17,7 +17,7 @@ systemctl enable apache2 --now systemctl enable mysql --new systemctl enable postgresql --now systemctl enable tor --now -systemctl enable cockpit.socket --new +systemctl enable cockpit.socket --now echo 'Init Metacploit Database' msfdb init echo 'Init File Locater Database' diff --git a/filesystem/root/scripts/cart-k.sh b/filesystem/etc/skel/scripts/cart-k.sh similarity index 100% rename from filesystem/root/scripts/cart-k.sh rename to filesystem/etc/skel/scripts/cart-k.sh diff --git a/filesystem/root/scripts/duck_installer_v1.1.1_debian.sh b/filesystem/etc/skel/scripts/duck_installer_v1.1.1_debian.sh similarity index 100% rename from filesystem/root/scripts/duck_installer_v1.1.1_debian.sh rename to filesystem/etc/skel/scripts/duck_installer_v1.1.1_debian.sh diff --git a/filesystem/root/scripts/duckencoder.jar b/filesystem/etc/skel/scripts/duckencoder.jar similarity index 100% rename from filesystem/root/scripts/duckencoder.jar rename to filesystem/etc/skel/scripts/duckencoder.jar diff --git a/filesystem/root/scripts/encode.sh b/filesystem/etc/skel/scripts/encode.sh similarity index 100% rename from filesystem/root/scripts/encode.sh rename to filesystem/etc/skel/scripts/encode.sh diff --git a/filesystem/root/scripts/ezsploit.sh b/filesystem/etc/skel/scripts/ezsploit.sh similarity index 100% rename from filesystem/root/scripts/ezsploit.sh rename to filesystem/etc/skel/scripts/ezsploit.sh diff --git a/filesystem/root/scripts/lazy.sh b/filesystem/etc/skel/scripts/lazy.sh similarity index 100% rename from filesystem/root/scripts/lazy.sh rename to filesystem/etc/skel/scripts/lazy.sh diff --git a/filesystem/root/scripts/pingsweep.sh b/filesystem/etc/skel/scripts/pingsweep.sh similarity index 100% rename from filesystem/root/scripts/pingsweep.sh rename to filesystem/etc/skel/scripts/pingsweep.sh diff --git a/filesystem/root/scripts/pingsweepb.sh b/filesystem/etc/skel/scripts/pingsweepb.sh similarity index 100% rename from filesystem/root/scripts/pingsweepb.sh rename to filesystem/etc/skel/scripts/pingsweepb.sh diff --git a/filesystem/root/scripts/wp6.sh b/filesystem/etc/skel/scripts/wp6.sh similarity index 100% rename from filesystem/root/scripts/wp6.sh rename to filesystem/etc/skel/scripts/wp6.sh diff --git a/filesystem/root/Templates/prog/bash-sh.sh b/filesystem/root/Templates/prog/bash-sh.sh deleted file mode 100644 index c592604f..00000000 --- a/filesystem/root/Templates/prog/bash-sh.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -echo "give me a bottle of rum!" diff --git a/filesystem/root/Templates/prog/falcon.fal b/filesystem/root/Templates/prog/falcon.fal deleted file mode 100644 index 810eb5f0..00000000 --- a/filesystem/root/Templates/prog/falcon.fal +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env falcon - -> "give me a bottle of rum!" - diff --git a/filesystem/root/Templates/prog/perl.pl b/filesystem/root/Templates/prog/perl.pl deleted file mode 100644 index 5a2f7a0d..00000000 --- a/filesystem/root/Templates/prog/perl.pl +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/perl - -print("give me a bottle of rum!"); diff --git a/filesystem/root/Templates/prog/python.py b/filesystem/root/Templates/prog/python.py deleted file mode 100644 index 05fdeee1..00000000 --- a/filesystem/root/Templates/prog/python.py +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/python - -print "give me a bottle of rum!" diff --git a/filesystem/root/Templates/prog/ruby.rb b/filesystem/root/Templates/prog/ruby.rb deleted file mode 100644 index 4e4e456f..00000000 --- a/filesystem/root/Templates/prog/ruby.rb +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/ruby - -say "give me a bottle of rum!" diff --git a/filesystem/root/Templates/web/html.html b/filesystem/root/Templates/web/html.html deleted file mode 100644 index df869a47..00000000 --- a/filesystem/root/Templates/web/html.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - foobar - - -
foobar
- -