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