diff --git a/.bashrc b/.bashrc index 0f9bd03..c9e6e44 100644 --- a/.bashrc +++ b/.bashrc @@ -5,7 +5,7 @@ #home="/var/home/voronind" home="${HOME}" -module="${home}/.linux/bash/module/*.sh" +module="${home}/.config/bash/module/*.sh" # src default if [[ -f /etc/bashrc ]]; then diff --git a/.linux/bash/module/android.sh b/.config/bash/module/android.sh similarity index 100% rename from .linux/bash/module/android.sh rename to .config/bash/module/android.sh diff --git a/.linux/bash/module/archive.sh b/.config/bash/module/archive.sh similarity index 100% rename from .linux/bash/module/archive.sh rename to .config/bash/module/archive.sh diff --git a/.linux/bash/module/autocomplete.sh b/.config/bash/module/autocomplete.sh similarity index 100% rename from .linux/bash/module/autocomplete.sh rename to .config/bash/module/autocomplete.sh diff --git a/.linux/bash/module/battery.sh b/.config/bash/module/battery.sh similarity index 100% rename from .linux/bash/module/battery.sh rename to .config/bash/module/battery.sh diff --git a/.linux/bash/module/bootstrap.sh b/.config/bash/module/bootstrap.sh similarity index 100% rename from .linux/bash/module/bootstrap.sh rename to .config/bash/module/bootstrap.sh diff --git a/.linux/bash/module/checksum.sh b/.config/bash/module/checksum.sh similarity index 100% rename from .linux/bash/module/checksum.sh rename to .config/bash/module/checksum.sh diff --git a/.linux/bash/module/chmod.sh b/.config/bash/module/chmod.sh similarity index 100% rename from .linux/bash/module/chmod.sh rename to .config/bash/module/chmod.sh diff --git a/.linux/bash/module/color.sh b/.config/bash/module/color.sh similarity index 100% rename from .linux/bash/module/color.sh rename to .config/bash/module/color.sh diff --git a/.linux/bash/module/copypaste.sh b/.config/bash/module/copypaste.sh similarity index 100% rename from .linux/bash/module/copypaste.sh rename to .config/bash/module/copypaste.sh diff --git a/.linux/bash/module/cp.sh b/.config/bash/module/cp.sh similarity index 100% rename from .linux/bash/module/cp.sh rename to .config/bash/module/cp.sh diff --git a/.linux/bash/module/date.sh b/.config/bash/module/date.sh similarity index 100% rename from .linux/bash/module/date.sh rename to .config/bash/module/date.sh diff --git a/.linux/bash/module/dconf.sh b/.config/bash/module/dconf.sh similarity index 80% rename from .linux/bash/module/dconf.sh rename to .config/bash/module/dconf.sh index 4b825f8..12f2a22 100644 --- a/.linux/bash/module/dconf.sh +++ b/.config/bash/module/dconf.sh @@ -1,4 +1,4 @@ -_GDCONF_PATH="${HOME}/.linux/gnome.dconf" +_GDCONF_PATH="${HOME}/.config/linux/gnome.dconf" alias dconf_load="sed -i -e s/voronind/$(whoami)/g ${_GDCONF_PATH} ; dconf load / < ${_GDCONF_PATH}" # load gnome settings. alias dconf_save="dconf dump / > gnome.dconf" # dump gnome settings to a file. diff --git a/.linux/bash/module/disk.sh b/.config/bash/module/disk.sh similarity index 100% rename from .linux/bash/module/disk.sh rename to .config/bash/module/disk.sh diff --git a/.linux/bash/module/docker.sh b/.config/bash/module/docker.sh similarity index 100% rename from .linux/bash/module/docker.sh rename to .config/bash/module/docker.sh diff --git a/.linux/bash/module/export.sh b/.config/bash/module/export.sh similarity index 100% rename from .linux/bash/module/export.sh rename to .config/bash/module/export.sh diff --git a/.linux/bash/module/ffmpeg.sh b/.config/bash/module/ffmpeg.sh similarity index 100% rename from .linux/bash/module/ffmpeg.sh rename to .config/bash/module/ffmpeg.sh diff --git a/.linux/bash/module/file.sh b/.config/bash/module/file.sh similarity index 100% rename from .linux/bash/module/file.sh rename to .config/bash/module/file.sh diff --git a/.linux/bash/module/fix.sh b/.config/bash/module/fix.sh similarity index 100% rename from .linux/bash/module/fix.sh rename to .config/bash/module/fix.sh diff --git a/.linux/bash/module/git.sh b/.config/bash/module/git.sh similarity index 100% rename from .linux/bash/module/git.sh rename to .config/bash/module/git.sh diff --git a/.linux/bash/module/ls.sh b/.config/bash/module/ls.sh similarity index 100% rename from .linux/bash/module/ls.sh rename to .config/bash/module/ls.sh diff --git a/.linux/bash/module/name.sh b/.config/bash/module/name.sh similarity index 100% rename from .linux/bash/module/name.sh rename to .config/bash/module/name.sh diff --git a/.linux/bash/module/ncdu.sh b/.config/bash/module/ncdu.sh similarity index 100% rename from .linux/bash/module/ncdu.sh rename to .config/bash/module/ncdu.sh diff --git a/.linux/bash/module/notify.sh b/.config/bash/module/notify.sh similarity index 100% rename from .linux/bash/module/notify.sh rename to .config/bash/module/notify.sh diff --git a/.linux/bash/module/own.sh b/.config/bash/module/own.sh similarity index 100% rename from .linux/bash/module/own.sh rename to .config/bash/module/own.sh diff --git a/.linux/bash/module/pack.sh b/.config/bash/module/pack.sh similarity index 100% rename from .linux/bash/module/pack.sh rename to .config/bash/module/pack.sh diff --git a/.linux/bash/module/parse.sh b/.config/bash/module/parse.sh similarity index 100% rename from .linux/bash/module/parse.sh rename to .config/bash/module/parse.sh diff --git a/.linux/bash/module/permissions.sh b/.config/bash/module/permissions.sh similarity index 100% rename from .linux/bash/module/permissions.sh rename to .config/bash/module/permissions.sh diff --git a/.linux/bash/module/ps.sh b/.config/bash/module/ps.sh similarity index 100% rename from .linux/bash/module/ps.sh rename to .config/bash/module/ps.sh diff --git a/.linux/bash/module/ps1.sh b/.config/bash/module/ps1.sh similarity index 100% rename from .linux/bash/module/ps1.sh rename to .config/bash/module/ps1.sh diff --git a/.linux/bash/module/recursive.sh b/.config/bash/module/recursive.sh similarity index 100% rename from .linux/bash/module/recursive.sh rename to .config/bash/module/recursive.sh diff --git a/.linux/bash/module/shopt.sh b/.config/bash/module/shopt.sh similarity index 100% rename from .linux/bash/module/shopt.sh rename to .config/bash/module/shopt.sh diff --git a/.linux/bash/module/su.sh b/.config/bash/module/su.sh similarity index 100% rename from .linux/bash/module/su.sh rename to .config/bash/module/su.sh diff --git a/.linux/bash/module/terminal.sh b/.config/bash/module/terminal.sh similarity index 100% rename from .linux/bash/module/terminal.sh rename to .config/bash/module/terminal.sh diff --git a/.linux/bash/module/tmux.sh b/.config/bash/module/tmux.sh similarity index 100% rename from .linux/bash/module/tmux.sh rename to .config/bash/module/tmux.sh diff --git a/.linux/bash/module/todo.sh b/.config/bash/module/todo.sh similarity index 100% rename from .linux/bash/module/todo.sh rename to .config/bash/module/todo.sh diff --git a/.linux/bash/module/toolbx.sh b/.config/bash/module/toolbx.sh similarity index 100% rename from .linux/bash/module/toolbx.sh rename to .config/bash/module/toolbx.sh diff --git a/.linux/bash/module/try.sh b/.config/bash/module/try.sh similarity index 100% rename from .linux/bash/module/try.sh rename to .config/bash/module/try.sh diff --git a/.linux/bash/module/umask.sh b/.config/bash/module/umask.sh similarity index 100% rename from .linux/bash/module/umask.sh rename to .config/bash/module/umask.sh diff --git a/.linux/bash/module/vdl.sh b/.config/bash/module/vdl.sh similarity index 100% rename from .linux/bash/module/vdl.sh rename to .config/bash/module/vdl.sh diff --git a/.linux/bash/module/vi.sh b/.config/bash/module/vi.sh similarity index 100% rename from .linux/bash/module/vi.sh rename to .config/bash/module/vi.sh diff --git a/.linux/bash/module/wallpaper.sh b/.config/bash/module/wallpaper.sh similarity index 100% rename from .linux/bash/module/wallpaper.sh rename to .config/bash/module/wallpaper.sh diff --git a/.linux/bash/module/watch.sh b/.config/bash/module/watch.sh similarity index 100% rename from .linux/bash/module/watch.sh rename to .config/bash/module/watch.sh diff --git a/.linux/flatpak.txt b/.config/linux/flatpak.txt similarity index 100% rename from .linux/flatpak.txt rename to .config/linux/flatpak.txt diff --git a/.linux/gnome.dconf b/.config/linux/gnome.dconf similarity index 100% rename from .linux/gnome.dconf rename to .config/linux/gnome.dconf diff --git a/.linux/rpm-ostree.txt b/.config/linux/rpm-ostree.txt similarity index 100% rename from .linux/rpm-ostree.txt rename to .config/linux/rpm-ostree.txt diff --git a/.linux/sshd_config b/.config/linux/sshd_config similarity index 100% rename from .linux/sshd_config rename to .config/linux/sshd_config diff --git a/.linux/sysctl.conf b/.config/linux/sysctl.conf similarity index 100% rename from .linux/sysctl.conf rename to .config/linux/sysctl.conf diff --git a/.linux/systemd/home/backup.service b/.config/linux/systemd/home/backup.service similarity index 100% rename from .linux/systemd/home/backup.service rename to .config/linux/systemd/home/backup.service diff --git a/.linux/systemd/home/backup.timer b/.config/linux/systemd/home/backup.timer similarity index 100% rename from .linux/systemd/home/backup.timer rename to .config/linux/systemd/home/backup.timer diff --git a/.linux/systemd/home/nextcloud.service b/.config/linux/systemd/home/nextcloud.service similarity index 100% rename from .linux/systemd/home/nextcloud.service rename to .config/linux/systemd/home/nextcloud.service diff --git a/.linux/systemd/home/nextcloud.timer b/.config/linux/systemd/home/nextcloud.timer similarity index 100% rename from .linux/systemd/home/nextcloud.timer rename to .config/linux/systemd/home/nextcloud.timer diff --git a/.linux/systemd/home/photos_process.service b/.config/linux/systemd/home/photos_process.service similarity index 100% rename from .linux/systemd/home/photos_process.service rename to .config/linux/systemd/home/photos_process.service diff --git a/.linux/systemd/home/photos_process.timer b/.config/linux/systemd/home/photos_process.timer similarity index 100% rename from .linux/systemd/home/photos_process.timer rename to .config/linux/systemd/home/photos_process.timer diff --git a/.linux/systemd/home/yandex_music.service b/.config/linux/systemd/home/yandex_music.service similarity index 100% rename from .linux/systemd/home/yandex_music.service rename to .config/linux/systemd/home/yandex_music.service diff --git a/.linux/systemd/home/yandex_music.timer b/.config/linux/systemd/home/yandex_music.timer similarity index 100% rename from .linux/systemd/home/yandex_music.timer rename to .config/linux/systemd/home/yandex_music.timer diff --git a/.linux/systemd/power/powerlimit.service b/.config/linux/systemd/power/powerlimit.service similarity index 100% rename from .linux/systemd/power/powerlimit.service rename to .config/linux/systemd/power/powerlimit.service diff --git a/.linux/systemd/power/powersave_amd.service b/.config/linux/systemd/power/powersave_amd.service similarity index 100% rename from .linux/systemd/power/powersave_amd.service rename to .config/linux/systemd/power/powersave_amd.service diff --git a/.linux/systemd/power/powersave_intel.service b/.config/linux/systemd/power/powersave_intel.service similarity index 100% rename from .linux/systemd/power/powersave_intel.service rename to .config/linux/systemd/power/powersave_intel.service diff --git a/.linux/vsftpd.conf b/.config/linux/vsftpd.conf similarity index 100% rename from .linux/vsftpd.conf rename to .config/linux/vsftpd.conf diff --git a/.gitignore b/.gitignore index 19df521..d274bff 100644 --- a/.gitignore +++ b/.gitignore @@ -46,33 +46,37 @@ !/app/bin/ !/app/bin/** -# linux configs -!/.linux/ -!/.linux/** - # system configs !/.config/ /.config/* +# linux configs +!/.config/linux/ +!/.config/linux/** + +# Bash config. +!/.config/bash/ +!/.config/bash/** + # Tmux config. !/.config/tmux/ -!/.config/tmux/* +!/.config/tmux/** # MangoHud config. !/.config/MangoHud/ -!/.config/MangoHud/* +!/.config/MangoHud/** ## gtk-3.0 !/.config/gtk-3.0/ -!/.config/gtk-3.0/* +!/.config/gtk-3.0/** ## gtk-4.0 !/.config/gtk-4.0/ -!/.config/gtk-4.0/* +!/.config/gtk-4.0/** ## htop settings !/.config/htop/ -!/.config/htop/htoprc +!/.config/htop/** ## user dirs !/.config/user-dirs.dirs @@ -84,7 +88,7 @@ # ssh !/.ssh/ -/.ssh/* +/.ssh/** ## ssh config !/.ssh/config @@ -103,7 +107,7 @@ !/.local/share/flatpak/ /.local/share/flatpak/* !/.local/share/flatpak/overrides/ -!/.local/share/flatpak/overrides/* +!/.local/share/flatpak/overrides/** # fonts !/.fonts/