From 60bf4235569a249077817e0f00f57dc11828fccc Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 10 Aug 2020 22:29:05 +0100 Subject: [PATCH] dotfiles: move .config/* to root This seems to make more sense. Almost all files were within .config anyway. Signed-off-by: Joe Groocock --- {.config/Element => Element}/.gitignore | 0 {.config/Element => Element}/config.json | 0 README.md | 4 ++-- .xbindkeysrc => X11/xbindkeysrc | 0 {.config/X11 => X11}/xinitrc | 0 {.config/X11 => X11}/xprofile | 0 {.config/X11 => X11}/xresources | 0 {.config/alacritty => alacritty}/alacritty.yml | 0 .config/chromium-flags.conf => chromium-flags.conf | 0 {.config/dunst => dunst}/dunst-xresources | 0 {.config/dunst => dunst}/dunstrc | 0 {.config/fontconfig => fontconfig}/fonts.conf | 0 {.config/git => git}/config | 0 {.config/git => git}/gitignore | 0 {.config/gopass => gopass}/config.yml | 0 {.config/gtk-2.0 => gtk-2.0}/settings.ini | 0 {.config/gtk-3.0 => gtk-3.0}/gtk.css | 0 {.config/gtk-3.0 => gtk-3.0}/settings.ini | 0 {.config/i3 => i3}/config | 0 {.config/i3 => i3}/cycleaudio.py | 0 {.config/i3 => i3}/disable-standby-fs.py | 0 {.config/i3 => i3}/powermenu.sh | 0 .../imgur-screenshot => imgur-screenshot}/imgur.ico | Bin .../settings.conf | 0 {.config/latexmk => latexmk}/latexmkrc | 0 .config/mimeapps.list => mimeapps.list | 0 {.config/npm => npm}/npmrc | 0 {.config/pacaur => pacaur}/config | 0 .config/picom.conf => picom.conf | 0 {.config/polybar => polybar}/config | 0 {.config/polybar => polybar}/update.sh | 0 {.config/polybar => polybar}/weather.sh | 0 {.config/procps => procps}/toprc | 0 .profile => profile | 0 {.config/qt5ct => qt5ct}/qt5ct.conf | 0 .config/redshift.conf => redshift.conf | 0 {.config/rofi => rofi}/arc-dark.rasi | 0 {.config/rofi => rofi}/config.rasi | 0 .../systemd => systemd}/user/autocutsel@.service | 0 .../user/basic.target.wants/profile.service | 0 .../systemd => systemd}/user/blueman-applet.service | 0 {.config/systemd => systemd}/user/default.target | 0 .../user/default.target.wants/dunst.service | 0 .../user/default.target.wants/redshift.service | 0 .../desktop.target.wants/blueman-applet.service | 0 .../user/desktop.target.wants/dunst.service | 0 .../networkmanager-applet.service | 0 .../user/desktop.target.wants/nextcloud.service | 0 .../user/desktop.target.wants/picom.service | 0 .../user/desktop.target.wants/polybar@i3bar.service | 0 .../user/desktop.target.wants/solaar.service | 0 .../xdg-user-dirs-update.service | 0 .../autocutsel-primary.service | 0 .../autocutsel.service | 0 .../autocutsel@CLIPBOARD.service | 0 .../autocutsel@PRIMARY.service | 0 .../autocutsel@SECONDARY.service | 0 .../user/graphical-session.target.wants/i3.service | 0 .../xautolock.service | 0 .../xsettingsd.service | 0 {.config/systemd => systemd}/user/i3.service | 0 .../user/networkmanager-applet.service | 0 {.config/systemd => systemd}/user/nextcloud.service | 0 {.config/systemd => systemd}/user/picom.service | 0 {.config/systemd => systemd}/user/polybar@.service | 0 {.config/systemd => systemd}/user/profile.service | 2 +- .../user/sleep-lock-lightdm.service | 0 .../sleep.target.wants/sleep-lock-lightdm.service | 0 .../user/sockets.target.wants/pulseaudio.socket | 0 {.config/systemd => systemd}/user/solaar.service | 0 {.config/systemd => systemd}/user/xautolock.service | 0 {.config/systemd => systemd}/user/xbindkeys.service | 0 {.config/systemd => systemd}/user/xorg.target | 0 .../user/xorg.target.wants/xprofile.service | 0 {.config/systemd => systemd}/user/xprofile.service | 0 .../systemd => systemd}/user/xsettingsd.service | 0 {.config/termite => termite}/config | 0 .config/user-dirs.dirs => user-dirs.dirs | 0 {.config/vim => vim}/.gitignore | 0 {.config/vim => vim}/ftplugin/javascript/config.vim | 0 {.config/vim => vim}/ftplugin/ocaml/config.vim | 0 {.config/vim => vim}/ftplugin/ocaml/keybinds.vim | 0 {.config/vim => vim}/vimrc | 0 {.config/zsh => zsh}/.gitignore | 0 zsh/.zprofile | 1 + {.config/zsh => zsh}/.zshrc | 0 {.config/zsh => zsh}/plugins/fish-theme.zsh | 0 {.config/zsh => zsh}/plugins/git-rprompt.zsh | 0 {.config/zsh => zsh}/plugins/sudo.zsh | 0 89 files changed, 4 insertions(+), 3 deletions(-) rename {.config/Element => Element}/.gitignore (100%) rename {.config/Element => Element}/config.json (100%) rename .xbindkeysrc => X11/xbindkeysrc (100%) rename {.config/X11 => X11}/xinitrc (100%) rename {.config/X11 => X11}/xprofile (100%) rename {.config/X11 => X11}/xresources (100%) rename {.config/alacritty => alacritty}/alacritty.yml (100%) rename .config/chromium-flags.conf => chromium-flags.conf (100%) rename {.config/dunst => dunst}/dunst-xresources (100%) rename {.config/dunst => dunst}/dunstrc (100%) rename {.config/fontconfig => fontconfig}/fonts.conf (100%) rename {.config/git => git}/config (100%) rename {.config/git => git}/gitignore (100%) rename {.config/gopass => gopass}/config.yml (100%) rename {.config/gtk-2.0 => gtk-2.0}/settings.ini (100%) rename {.config/gtk-3.0 => gtk-3.0}/gtk.css (100%) rename {.config/gtk-3.0 => gtk-3.0}/settings.ini (100%) rename {.config/i3 => i3}/config (100%) rename {.config/i3 => i3}/cycleaudio.py (100%) rename {.config/i3 => i3}/disable-standby-fs.py (100%) rename {.config/i3 => i3}/powermenu.sh (100%) rename {.config/imgur-screenshot => imgur-screenshot}/imgur.ico (100%) rename {.config/imgur-screenshot => imgur-screenshot}/settings.conf (100%) rename {.config/latexmk => latexmk}/latexmkrc (100%) rename .config/mimeapps.list => mimeapps.list (100%) rename {.config/npm => npm}/npmrc (100%) rename {.config/pacaur => pacaur}/config (100%) rename .config/picom.conf => picom.conf (100%) rename {.config/polybar => polybar}/config (100%) rename {.config/polybar => polybar}/update.sh (100%) rename {.config/polybar => polybar}/weather.sh (100%) rename {.config/procps => procps}/toprc (100%) rename .profile => profile (100%) rename {.config/qt5ct => qt5ct}/qt5ct.conf (100%) rename .config/redshift.conf => redshift.conf (100%) rename {.config/rofi => rofi}/arc-dark.rasi (100%) rename {.config/rofi => rofi}/config.rasi (100%) rename {.config/systemd => systemd}/user/autocutsel@.service (100%) rename {.config/systemd => systemd}/user/basic.target.wants/profile.service (100%) rename {.config/systemd => systemd}/user/blueman-applet.service (100%) rename {.config/systemd => systemd}/user/default.target (100%) rename {.config/systemd => systemd}/user/default.target.wants/dunst.service (100%) rename {.config/systemd => systemd}/user/default.target.wants/redshift.service (100%) rename {.config/systemd => systemd}/user/desktop.target.wants/blueman-applet.service (100%) rename {.config/systemd => systemd}/user/desktop.target.wants/dunst.service (100%) rename {.config/systemd => systemd}/user/desktop.target.wants/networkmanager-applet.service (100%) rename {.config/systemd => systemd}/user/desktop.target.wants/nextcloud.service (100%) rename {.config/systemd => systemd}/user/desktop.target.wants/picom.service (100%) rename {.config/systemd => systemd}/user/desktop.target.wants/polybar@i3bar.service (100%) rename {.config/systemd => systemd}/user/desktop.target.wants/solaar.service (100%) rename {.config/systemd => systemd}/user/desktop.target.wants/xdg-user-dirs-update.service (100%) rename {.config/systemd => systemd}/user/graphical-session.target.wants/autocutsel-primary.service (100%) rename {.config/systemd => systemd}/user/graphical-session.target.wants/autocutsel.service (100%) rename {.config/systemd => systemd}/user/graphical-session.target.wants/autocutsel@CLIPBOARD.service (100%) rename {.config/systemd => systemd}/user/graphical-session.target.wants/autocutsel@PRIMARY.service (100%) rename {.config/systemd => systemd}/user/graphical-session.target.wants/autocutsel@SECONDARY.service (100%) rename {.config/systemd => systemd}/user/graphical-session.target.wants/i3.service (100%) rename {.config/systemd => systemd}/user/graphical-session.target.wants/xautolock.service (100%) rename {.config/systemd => systemd}/user/graphical-session.target.wants/xsettingsd.service (100%) rename {.config/systemd => systemd}/user/i3.service (100%) rename {.config/systemd => systemd}/user/networkmanager-applet.service (100%) rename {.config/systemd => systemd}/user/nextcloud.service (100%) rename {.config/systemd => systemd}/user/picom.service (100%) rename {.config/systemd => systemd}/user/polybar@.service (100%) rename {.config/systemd => systemd}/user/profile.service (59%) rename {.config/systemd => systemd}/user/sleep-lock-lightdm.service (100%) rename {.config/systemd => systemd}/user/sleep.target.wants/sleep-lock-lightdm.service (100%) rename {.config/systemd => systemd}/user/sockets.target.wants/pulseaudio.socket (100%) rename {.config/systemd => systemd}/user/solaar.service (100%) rename {.config/systemd => systemd}/user/xautolock.service (100%) rename {.config/systemd => systemd}/user/xbindkeys.service (100%) rename {.config/systemd => systemd}/user/xorg.target (100%) rename {.config/systemd => systemd}/user/xorg.target.wants/xprofile.service (100%) rename {.config/systemd => systemd}/user/xprofile.service (100%) rename {.config/systemd => systemd}/user/xsettingsd.service (100%) rename {.config/termite => termite}/config (100%) rename .config/user-dirs.dirs => user-dirs.dirs (100%) rename {.config/vim => vim}/.gitignore (100%) rename {.config/vim => vim}/ftplugin/javascript/config.vim (100%) rename {.config/vim => vim}/ftplugin/ocaml/config.vim (100%) rename {.config/vim => vim}/ftplugin/ocaml/keybinds.vim (100%) rename {.config/vim => vim}/vimrc (100%) rename {.config/zsh => zsh}/.gitignore (100%) create mode 120000 zsh/.zprofile rename {.config/zsh => zsh}/.zshrc (100%) rename {.config/zsh => zsh}/plugins/fish-theme.zsh (100%) rename {.config/zsh => zsh}/plugins/git-rprompt.zsh (100%) rename {.config/zsh => zsh}/plugins/sudo.zsh (100%) diff --git a/.config/Element/.gitignore b/Element/.gitignore similarity index 100% rename from .config/Element/.gitignore rename to Element/.gitignore diff --git a/.config/Element/config.json b/Element/config.json similarity index 100% rename from .config/Element/config.json rename to Element/config.json diff --git a/README.md b/README.md index c3a4584..2624105 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ To get started, clone this repo and link the relevant files/directories ```shell git clone https://github.com/frebib/dotfiles.git ~/.config/dotfiles -ln -sfv .config/dotfiles/.config/* .config/ -ln -sfv .config/dotfiles/.profile .zprofile +ln -sfv .config/dotfiles/* .config/ +ln -sfv .config/dotfiles/profile .zprofile ``` diff --git a/.xbindkeysrc b/X11/xbindkeysrc similarity index 100% rename from .xbindkeysrc rename to X11/xbindkeysrc diff --git a/.config/X11/xinitrc b/X11/xinitrc similarity index 100% rename from .config/X11/xinitrc rename to X11/xinitrc diff --git a/.config/X11/xprofile b/X11/xprofile similarity index 100% rename from .config/X11/xprofile rename to X11/xprofile diff --git a/.config/X11/xresources b/X11/xresources similarity index 100% rename from .config/X11/xresources rename to X11/xresources diff --git a/.config/alacritty/alacritty.yml b/alacritty/alacritty.yml similarity index 100% rename from .config/alacritty/alacritty.yml rename to alacritty/alacritty.yml diff --git a/.config/chromium-flags.conf b/chromium-flags.conf similarity index 100% rename from .config/chromium-flags.conf rename to chromium-flags.conf diff --git a/.config/dunst/dunst-xresources b/dunst/dunst-xresources similarity index 100% rename from .config/dunst/dunst-xresources rename to dunst/dunst-xresources diff --git a/.config/dunst/dunstrc b/dunst/dunstrc similarity index 100% rename from .config/dunst/dunstrc rename to dunst/dunstrc diff --git a/.config/fontconfig/fonts.conf b/fontconfig/fonts.conf similarity index 100% rename from .config/fontconfig/fonts.conf rename to fontconfig/fonts.conf diff --git a/.config/git/config b/git/config similarity index 100% rename from .config/git/config rename to git/config diff --git a/.config/git/gitignore b/git/gitignore similarity index 100% rename from .config/git/gitignore rename to git/gitignore diff --git a/.config/gopass/config.yml b/gopass/config.yml similarity index 100% rename from .config/gopass/config.yml rename to gopass/config.yml diff --git a/.config/gtk-2.0/settings.ini b/gtk-2.0/settings.ini similarity index 100% rename from .config/gtk-2.0/settings.ini rename to gtk-2.0/settings.ini diff --git a/.config/gtk-3.0/gtk.css b/gtk-3.0/gtk.css similarity index 100% rename from .config/gtk-3.0/gtk.css rename to gtk-3.0/gtk.css diff --git a/.config/gtk-3.0/settings.ini b/gtk-3.0/settings.ini similarity index 100% rename from .config/gtk-3.0/settings.ini rename to gtk-3.0/settings.ini diff --git a/.config/i3/config b/i3/config similarity index 100% rename from .config/i3/config rename to i3/config diff --git a/.config/i3/cycleaudio.py b/i3/cycleaudio.py similarity index 100% rename from .config/i3/cycleaudio.py rename to i3/cycleaudio.py diff --git a/.config/i3/disable-standby-fs.py b/i3/disable-standby-fs.py similarity index 100% rename from .config/i3/disable-standby-fs.py rename to i3/disable-standby-fs.py diff --git a/.config/i3/powermenu.sh b/i3/powermenu.sh similarity index 100% rename from .config/i3/powermenu.sh rename to i3/powermenu.sh diff --git a/.config/imgur-screenshot/imgur.ico b/imgur-screenshot/imgur.ico similarity index 100% rename from .config/imgur-screenshot/imgur.ico rename to imgur-screenshot/imgur.ico diff --git a/.config/imgur-screenshot/settings.conf b/imgur-screenshot/settings.conf similarity index 100% rename from .config/imgur-screenshot/settings.conf rename to imgur-screenshot/settings.conf diff --git a/.config/latexmk/latexmkrc b/latexmk/latexmkrc similarity index 100% rename from .config/latexmk/latexmkrc rename to latexmk/latexmkrc diff --git a/.config/mimeapps.list b/mimeapps.list similarity index 100% rename from .config/mimeapps.list rename to mimeapps.list diff --git a/.config/npm/npmrc b/npm/npmrc similarity index 100% rename from .config/npm/npmrc rename to npm/npmrc diff --git a/.config/pacaur/config b/pacaur/config similarity index 100% rename from .config/pacaur/config rename to pacaur/config diff --git a/.config/picom.conf b/picom.conf similarity index 100% rename from .config/picom.conf rename to picom.conf diff --git a/.config/polybar/config b/polybar/config similarity index 100% rename from .config/polybar/config rename to polybar/config diff --git a/.config/polybar/update.sh b/polybar/update.sh similarity index 100% rename from .config/polybar/update.sh rename to polybar/update.sh diff --git a/.config/polybar/weather.sh b/polybar/weather.sh similarity index 100% rename from .config/polybar/weather.sh rename to polybar/weather.sh diff --git a/.config/procps/toprc b/procps/toprc similarity index 100% rename from .config/procps/toprc rename to procps/toprc diff --git a/.profile b/profile similarity index 100% rename from .profile rename to profile diff --git a/.config/qt5ct/qt5ct.conf b/qt5ct/qt5ct.conf similarity index 100% rename from .config/qt5ct/qt5ct.conf rename to qt5ct/qt5ct.conf diff --git a/.config/redshift.conf b/redshift.conf similarity index 100% rename from .config/redshift.conf rename to redshift.conf diff --git a/.config/rofi/arc-dark.rasi b/rofi/arc-dark.rasi similarity index 100% rename from .config/rofi/arc-dark.rasi rename to rofi/arc-dark.rasi diff --git a/.config/rofi/config.rasi b/rofi/config.rasi similarity index 100% rename from .config/rofi/config.rasi rename to rofi/config.rasi diff --git a/.config/systemd/user/autocutsel@.service b/systemd/user/autocutsel@.service similarity index 100% rename from .config/systemd/user/autocutsel@.service rename to systemd/user/autocutsel@.service diff --git a/.config/systemd/user/basic.target.wants/profile.service b/systemd/user/basic.target.wants/profile.service similarity index 100% rename from .config/systemd/user/basic.target.wants/profile.service rename to systemd/user/basic.target.wants/profile.service diff --git a/.config/systemd/user/blueman-applet.service b/systemd/user/blueman-applet.service similarity index 100% rename from .config/systemd/user/blueman-applet.service rename to systemd/user/blueman-applet.service diff --git a/.config/systemd/user/default.target b/systemd/user/default.target similarity index 100% rename from .config/systemd/user/default.target rename to systemd/user/default.target diff --git a/.config/systemd/user/default.target.wants/dunst.service b/systemd/user/default.target.wants/dunst.service similarity index 100% rename from .config/systemd/user/default.target.wants/dunst.service rename to systemd/user/default.target.wants/dunst.service diff --git a/.config/systemd/user/default.target.wants/redshift.service b/systemd/user/default.target.wants/redshift.service similarity index 100% rename from .config/systemd/user/default.target.wants/redshift.service rename to systemd/user/default.target.wants/redshift.service diff --git a/.config/systemd/user/desktop.target.wants/blueman-applet.service b/systemd/user/desktop.target.wants/blueman-applet.service similarity index 100% rename from .config/systemd/user/desktop.target.wants/blueman-applet.service rename to systemd/user/desktop.target.wants/blueman-applet.service diff --git a/.config/systemd/user/desktop.target.wants/dunst.service b/systemd/user/desktop.target.wants/dunst.service similarity index 100% rename from .config/systemd/user/desktop.target.wants/dunst.service rename to systemd/user/desktop.target.wants/dunst.service diff --git a/.config/systemd/user/desktop.target.wants/networkmanager-applet.service b/systemd/user/desktop.target.wants/networkmanager-applet.service similarity index 100% rename from .config/systemd/user/desktop.target.wants/networkmanager-applet.service rename to systemd/user/desktop.target.wants/networkmanager-applet.service diff --git a/.config/systemd/user/desktop.target.wants/nextcloud.service b/systemd/user/desktop.target.wants/nextcloud.service similarity index 100% rename from .config/systemd/user/desktop.target.wants/nextcloud.service rename to systemd/user/desktop.target.wants/nextcloud.service diff --git a/.config/systemd/user/desktop.target.wants/picom.service b/systemd/user/desktop.target.wants/picom.service similarity index 100% rename from .config/systemd/user/desktop.target.wants/picom.service rename to systemd/user/desktop.target.wants/picom.service diff --git a/.config/systemd/user/desktop.target.wants/polybar@i3bar.service b/systemd/user/desktop.target.wants/polybar@i3bar.service similarity index 100% rename from .config/systemd/user/desktop.target.wants/polybar@i3bar.service rename to systemd/user/desktop.target.wants/polybar@i3bar.service diff --git a/.config/systemd/user/desktop.target.wants/solaar.service b/systemd/user/desktop.target.wants/solaar.service similarity index 100% rename from .config/systemd/user/desktop.target.wants/solaar.service rename to systemd/user/desktop.target.wants/solaar.service diff --git a/.config/systemd/user/desktop.target.wants/xdg-user-dirs-update.service b/systemd/user/desktop.target.wants/xdg-user-dirs-update.service similarity index 100% rename from .config/systemd/user/desktop.target.wants/xdg-user-dirs-update.service rename to systemd/user/desktop.target.wants/xdg-user-dirs-update.service diff --git a/.config/systemd/user/graphical-session.target.wants/autocutsel-primary.service b/systemd/user/graphical-session.target.wants/autocutsel-primary.service similarity index 100% rename from .config/systemd/user/graphical-session.target.wants/autocutsel-primary.service rename to systemd/user/graphical-session.target.wants/autocutsel-primary.service diff --git a/.config/systemd/user/graphical-session.target.wants/autocutsel.service b/systemd/user/graphical-session.target.wants/autocutsel.service similarity index 100% rename from .config/systemd/user/graphical-session.target.wants/autocutsel.service rename to systemd/user/graphical-session.target.wants/autocutsel.service diff --git a/.config/systemd/user/graphical-session.target.wants/autocutsel@CLIPBOARD.service b/systemd/user/graphical-session.target.wants/autocutsel@CLIPBOARD.service similarity index 100% rename from .config/systemd/user/graphical-session.target.wants/autocutsel@CLIPBOARD.service rename to systemd/user/graphical-session.target.wants/autocutsel@CLIPBOARD.service diff --git a/.config/systemd/user/graphical-session.target.wants/autocutsel@PRIMARY.service b/systemd/user/graphical-session.target.wants/autocutsel@PRIMARY.service similarity index 100% rename from .config/systemd/user/graphical-session.target.wants/autocutsel@PRIMARY.service rename to systemd/user/graphical-session.target.wants/autocutsel@PRIMARY.service diff --git a/.config/systemd/user/graphical-session.target.wants/autocutsel@SECONDARY.service b/systemd/user/graphical-session.target.wants/autocutsel@SECONDARY.service similarity index 100% rename from .config/systemd/user/graphical-session.target.wants/autocutsel@SECONDARY.service rename to systemd/user/graphical-session.target.wants/autocutsel@SECONDARY.service diff --git a/.config/systemd/user/graphical-session.target.wants/i3.service b/systemd/user/graphical-session.target.wants/i3.service similarity index 100% rename from .config/systemd/user/graphical-session.target.wants/i3.service rename to systemd/user/graphical-session.target.wants/i3.service diff --git a/.config/systemd/user/graphical-session.target.wants/xautolock.service b/systemd/user/graphical-session.target.wants/xautolock.service similarity index 100% rename from .config/systemd/user/graphical-session.target.wants/xautolock.service rename to systemd/user/graphical-session.target.wants/xautolock.service diff --git a/.config/systemd/user/graphical-session.target.wants/xsettingsd.service b/systemd/user/graphical-session.target.wants/xsettingsd.service similarity index 100% rename from .config/systemd/user/graphical-session.target.wants/xsettingsd.service rename to systemd/user/graphical-session.target.wants/xsettingsd.service diff --git a/.config/systemd/user/i3.service b/systemd/user/i3.service similarity index 100% rename from .config/systemd/user/i3.service rename to systemd/user/i3.service diff --git a/.config/systemd/user/networkmanager-applet.service b/systemd/user/networkmanager-applet.service similarity index 100% rename from .config/systemd/user/networkmanager-applet.service rename to systemd/user/networkmanager-applet.service diff --git a/.config/systemd/user/nextcloud.service b/systemd/user/nextcloud.service similarity index 100% rename from .config/systemd/user/nextcloud.service rename to systemd/user/nextcloud.service diff --git a/.config/systemd/user/picom.service b/systemd/user/picom.service similarity index 100% rename from .config/systemd/user/picom.service rename to systemd/user/picom.service diff --git a/.config/systemd/user/polybar@.service b/systemd/user/polybar@.service similarity index 100% rename from .config/systemd/user/polybar@.service rename to systemd/user/polybar@.service diff --git a/.config/systemd/user/profile.service b/systemd/user/profile.service similarity index 59% rename from .config/systemd/user/profile.service rename to systemd/user/profile.service index 3e524ce..e882948 100644 --- a/.config/systemd/user/profile.service +++ b/systemd/user/profile.service @@ -4,7 +4,7 @@ Before=graphical-session-pre.target [Service] Type=oneshot -ExecStart=/usr/bin/bash -c '. $HOME/.config/dotfiles/.profile && systemctl --user import-environment' +ExecStart=/usr/bin/bash -c '. $HOME/.config/dotfiles/profile && systemctl --user import-environment' [Install] WantedBy=basic.target diff --git a/.config/systemd/user/sleep-lock-lightdm.service b/systemd/user/sleep-lock-lightdm.service similarity index 100% rename from .config/systemd/user/sleep-lock-lightdm.service rename to systemd/user/sleep-lock-lightdm.service diff --git a/.config/systemd/user/sleep.target.wants/sleep-lock-lightdm.service b/systemd/user/sleep.target.wants/sleep-lock-lightdm.service similarity index 100% rename from .config/systemd/user/sleep.target.wants/sleep-lock-lightdm.service rename to systemd/user/sleep.target.wants/sleep-lock-lightdm.service diff --git a/.config/systemd/user/sockets.target.wants/pulseaudio.socket b/systemd/user/sockets.target.wants/pulseaudio.socket similarity index 100% rename from .config/systemd/user/sockets.target.wants/pulseaudio.socket rename to systemd/user/sockets.target.wants/pulseaudio.socket diff --git a/.config/systemd/user/solaar.service b/systemd/user/solaar.service similarity index 100% rename from .config/systemd/user/solaar.service rename to systemd/user/solaar.service diff --git a/.config/systemd/user/xautolock.service b/systemd/user/xautolock.service similarity index 100% rename from .config/systemd/user/xautolock.service rename to systemd/user/xautolock.service diff --git a/.config/systemd/user/xbindkeys.service b/systemd/user/xbindkeys.service similarity index 100% rename from .config/systemd/user/xbindkeys.service rename to systemd/user/xbindkeys.service diff --git a/.config/systemd/user/xorg.target b/systemd/user/xorg.target similarity index 100% rename from .config/systemd/user/xorg.target rename to systemd/user/xorg.target diff --git a/.config/systemd/user/xorg.target.wants/xprofile.service b/systemd/user/xorg.target.wants/xprofile.service similarity index 100% rename from .config/systemd/user/xorg.target.wants/xprofile.service rename to systemd/user/xorg.target.wants/xprofile.service diff --git a/.config/systemd/user/xprofile.service b/systemd/user/xprofile.service similarity index 100% rename from .config/systemd/user/xprofile.service rename to systemd/user/xprofile.service diff --git a/.config/systemd/user/xsettingsd.service b/systemd/user/xsettingsd.service similarity index 100% rename from .config/systemd/user/xsettingsd.service rename to systemd/user/xsettingsd.service diff --git a/.config/termite/config b/termite/config similarity index 100% rename from .config/termite/config rename to termite/config diff --git a/.config/user-dirs.dirs b/user-dirs.dirs similarity index 100% rename from .config/user-dirs.dirs rename to user-dirs.dirs diff --git a/.config/vim/.gitignore b/vim/.gitignore similarity index 100% rename from .config/vim/.gitignore rename to vim/.gitignore diff --git a/.config/vim/ftplugin/javascript/config.vim b/vim/ftplugin/javascript/config.vim similarity index 100% rename from .config/vim/ftplugin/javascript/config.vim rename to vim/ftplugin/javascript/config.vim diff --git a/.config/vim/ftplugin/ocaml/config.vim b/vim/ftplugin/ocaml/config.vim similarity index 100% rename from .config/vim/ftplugin/ocaml/config.vim rename to vim/ftplugin/ocaml/config.vim diff --git a/.config/vim/ftplugin/ocaml/keybinds.vim b/vim/ftplugin/ocaml/keybinds.vim similarity index 100% rename from .config/vim/ftplugin/ocaml/keybinds.vim rename to vim/ftplugin/ocaml/keybinds.vim diff --git a/.config/vim/vimrc b/vim/vimrc similarity index 100% rename from .config/vim/vimrc rename to vim/vimrc diff --git a/.config/zsh/.gitignore b/zsh/.gitignore similarity index 100% rename from .config/zsh/.gitignore rename to zsh/.gitignore diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 120000 index 0000000..c00533c --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1 @@ +../profile \ No newline at end of file diff --git a/.config/zsh/.zshrc b/zsh/.zshrc similarity index 100% rename from .config/zsh/.zshrc rename to zsh/.zshrc diff --git a/.config/zsh/plugins/fish-theme.zsh b/zsh/plugins/fish-theme.zsh similarity index 100% rename from .config/zsh/plugins/fish-theme.zsh rename to zsh/plugins/fish-theme.zsh diff --git a/.config/zsh/plugins/git-rprompt.zsh b/zsh/plugins/git-rprompt.zsh similarity index 100% rename from .config/zsh/plugins/git-rprompt.zsh rename to zsh/plugins/git-rprompt.zsh diff --git a/.config/zsh/plugins/sudo.zsh b/zsh/plugins/sudo.zsh similarity index 100% rename from .config/zsh/plugins/sudo.zsh rename to zsh/plugins/sudo.zsh