From 8875a7c2198ed247cd04a1e1d7ac381fee2b92be Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Sat, 6 Apr 2024 17:29:20 -0500 Subject: [PATCH] move all the dotfiles to .config --- {home => .config}/bash/bashrc | 0 {home => .config}/bash/profile | 0 {home => .config}/bspwm/bspwmrc | 0 {home => .config}/elinks/elinks.conf | 0 {home => .config}/emacs/init.el | 0 {home => .config}/git/config | 0 {home => .config}/htop/htoprc | 0 {home => .config}/isync/config | 0 {home => .config}/khal/config | 0 {home => .config}/msmtp/config | 0 {home => .config}/neomutt/neomuttrc | 0 {home => .config}/nvim/colors/earth.vim | 0 {home => .config}/nvim/init.lua | 0 {home => .config}/python/pythonrc.py | 0 {home => .config}/sx/sxrc | 0 {home => .config}/sxhkd/mouse | 0 {home => .config}/sxhkd/sxhkdrc | 0 {home => .config}/todoman/config.py | 0 {home => .config}/tridactyl/tridactylrc | 0 {home => .config}/vdirsyncer/config | 0 {home => .config}/zathura/zathurarc | 0 home/bash/default.nix | 4 ++-- home/bspwm/default.nix | 2 +- home/elinks/default.nix | 2 +- home/emacs/default.nix | 2 +- home/git/default.nix | 2 +- home/htop/default.nix | 2 +- home/isync/default.nix | 2 +- home/khal/default.nix | 2 +- home/msmtp/default.nix | 2 +- home/neomutt/default.nix | 2 +- home/nvim/default.nix | 4 ++-- home/python/default.nix | 2 +- home/sx/default.nix | 2 +- home/sxhkd/default.nix | 4 ++-- home/todoman/default.nix | 2 +- home/tridactyl/default.nix | 2 +- home/vdirsyncer/default.nix | 2 +- home/zathura/default.nix | 2 +- 39 files changed, 21 insertions(+), 21 deletions(-) rename {home => .config}/bash/bashrc (100%) rename {home => .config}/bash/profile (100%) rename {home => .config}/bspwm/bspwmrc (100%) rename {home => .config}/elinks/elinks.conf (100%) rename {home => .config}/emacs/init.el (100%) rename {home => .config}/git/config (100%) rename {home => .config}/htop/htoprc (100%) rename {home => .config}/isync/config (100%) rename {home => .config}/khal/config (100%) rename {home => .config}/msmtp/config (100%) rename {home => .config}/neomutt/neomuttrc (100%) rename {home => .config}/nvim/colors/earth.vim (100%) rename {home => .config}/nvim/init.lua (100%) rename {home => .config}/python/pythonrc.py (100%) rename {home => .config}/sx/sxrc (100%) rename {home => .config}/sxhkd/mouse (100%) rename {home => .config}/sxhkd/sxhkdrc (100%) rename {home => .config}/todoman/config.py (100%) rename {home => .config}/tridactyl/tridactylrc (100%) rename {home => .config}/vdirsyncer/config (100%) rename {home => .config}/zathura/zathurarc (100%) diff --git a/home/bash/bashrc b/.config/bash/bashrc similarity index 100% rename from home/bash/bashrc rename to .config/bash/bashrc diff --git a/home/bash/profile b/.config/bash/profile similarity index 100% rename from home/bash/profile rename to .config/bash/profile diff --git a/home/bspwm/bspwmrc b/.config/bspwm/bspwmrc similarity index 100% rename from home/bspwm/bspwmrc rename to .config/bspwm/bspwmrc diff --git a/home/elinks/elinks.conf b/.config/elinks/elinks.conf similarity index 100% rename from home/elinks/elinks.conf rename to .config/elinks/elinks.conf diff --git a/home/emacs/init.el b/.config/emacs/init.el similarity index 100% rename from home/emacs/init.el rename to .config/emacs/init.el diff --git a/home/git/config b/.config/git/config similarity index 100% rename from home/git/config rename to .config/git/config diff --git a/home/htop/htoprc b/.config/htop/htoprc similarity index 100% rename from home/htop/htoprc rename to .config/htop/htoprc diff --git a/home/isync/config b/.config/isync/config similarity index 100% rename from home/isync/config rename to .config/isync/config diff --git a/home/khal/config b/.config/khal/config similarity index 100% rename from home/khal/config rename to .config/khal/config diff --git a/home/msmtp/config b/.config/msmtp/config similarity index 100% rename from home/msmtp/config rename to .config/msmtp/config diff --git a/home/neomutt/neomuttrc b/.config/neomutt/neomuttrc similarity index 100% rename from home/neomutt/neomuttrc rename to .config/neomutt/neomuttrc diff --git a/home/nvim/colors/earth.vim b/.config/nvim/colors/earth.vim similarity index 100% rename from home/nvim/colors/earth.vim rename to .config/nvim/colors/earth.vim diff --git a/home/nvim/init.lua b/.config/nvim/init.lua similarity index 100% rename from home/nvim/init.lua rename to .config/nvim/init.lua diff --git a/home/python/pythonrc.py b/.config/python/pythonrc.py similarity index 100% rename from home/python/pythonrc.py rename to .config/python/pythonrc.py diff --git a/home/sx/sxrc b/.config/sx/sxrc similarity index 100% rename from home/sx/sxrc rename to .config/sx/sxrc diff --git a/home/sxhkd/mouse b/.config/sxhkd/mouse similarity index 100% rename from home/sxhkd/mouse rename to .config/sxhkd/mouse diff --git a/home/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc similarity index 100% rename from home/sxhkd/sxhkdrc rename to .config/sxhkd/sxhkdrc diff --git a/home/todoman/config.py b/.config/todoman/config.py similarity index 100% rename from home/todoman/config.py rename to .config/todoman/config.py diff --git a/home/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc similarity index 100% rename from home/tridactyl/tridactylrc rename to .config/tridactyl/tridactylrc diff --git a/home/vdirsyncer/config b/.config/vdirsyncer/config similarity index 100% rename from home/vdirsyncer/config rename to .config/vdirsyncer/config diff --git a/home/zathura/zathurarc b/.config/zathura/zathurarc similarity index 100% rename from home/zathura/zathurarc rename to .config/zathura/zathurarc diff --git a/home/bash/default.nix b/home/bash/default.nix index d4e3b5a..0870270 100644 --- a/home/bash/default.nix +++ b/home/bash/default.nix @@ -9,10 +9,10 @@ home.file = { ".config/bash/bashrc" = { - source = ./bashrc; + source = ../../.config/bash/bashrc; }; ".config/bash/profile" = { - source = ./profile; + source = ../../.config/bash/profile; }; }; } diff --git a/home/bspwm/default.nix b/home/bspwm/default.nix index 3ef8783..850888d 100644 --- a/home/bspwm/default.nix +++ b/home/bspwm/default.nix @@ -8,7 +8,7 @@ home.file = { ".config/bspwm/bspwmrc" = { - source = ./bspwmrc; + source = ../../.config/bspwm/bspwmrc; }; }; } diff --git a/home/elinks/default.nix b/home/elinks/default.nix index fff2b13..7dbebf4 100644 --- a/home/elinks/default.nix +++ b/home/elinks/default.nix @@ -7,7 +7,7 @@ home.file = { ".config/elinks/elinks.conf" = { - source = ./elinks.conf; + source = ../../.config/elinks/elinks.conf; }; }; } diff --git a/home/emacs/default.nix b/home/emacs/default.nix index a97ceb4..d529e14 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -5,7 +5,7 @@ home.file = { ".config/emacs/init.el" = { - source = ./init.el; + source = ../../.config/emacs/init.el; }; }; } diff --git a/home/git/default.nix b/home/git/default.nix index 0c99078..5887ca8 100644 --- a/home/git/default.nix +++ b/home/git/default.nix @@ -5,7 +5,7 @@ home.file = { ".config/git/config" = { - source = ./config; + source = ../../.config/git/config; }; }; } diff --git a/home/htop/default.nix b/home/htop/default.nix index c7f73c5..1ea2d48 100644 --- a/home/htop/default.nix +++ b/home/htop/default.nix @@ -5,7 +5,7 @@ home.file = { ".config/htop/htoprc" = { - source = ./htoprc; + source = ../../.config/htop/htoprc; }; }; } diff --git a/home/isync/default.nix b/home/isync/default.nix index 263741a..72e4e2c 100644 --- a/home/isync/default.nix +++ b/home/isync/default.nix @@ -7,7 +7,7 @@ home.file = { ".config/isync/config" = { - source = ./config; + source = ../../.config/isync/config; }; }; } diff --git a/home/khal/default.nix b/home/khal/default.nix index 26ed216..9e529a9 100644 --- a/home/khal/default.nix +++ b/home/khal/default.nix @@ -7,7 +7,7 @@ home.file = { ".config/khal/config" = { - source = ./config; + source = ../../.config/khal/config; }; }; } diff --git a/home/msmtp/default.nix b/home/msmtp/default.nix index e268b88..1fe0300 100644 --- a/home/msmtp/default.nix +++ b/home/msmtp/default.nix @@ -7,7 +7,7 @@ home.file = { ".config/msmtp/config" = { - source = ./config; + source = ../../.config/msmtp/config; }; }; } diff --git a/home/neomutt/default.nix b/home/neomutt/default.nix index 178db03..ed0ee5e 100644 --- a/home/neomutt/default.nix +++ b/home/neomutt/default.nix @@ -7,7 +7,7 @@ home.file = { ".config/neomutt/neomuttrc" = { - source = ./neomuttrc; + source = ../../.config/neomutt/neomuttrc; }; }; } diff --git a/home/nvim/default.nix b/home/nvim/default.nix index 8238564..15ba21a 100644 --- a/home/nvim/default.nix +++ b/home/nvim/default.nix @@ -11,10 +11,10 @@ home.file = { ".config/nvim/init.lua" = { - source = ./init.lua; + source = ../../.config/nvim/init.lua; }; ".config/nvim/colors/earth.vim" = { - source = ./colors/earth.vim; + source = ../../.config/nvim/colors/earth.vim; }; }; } diff --git a/home/python/default.nix b/home/python/default.nix index 935e48e..9615067 100644 --- a/home/python/default.nix +++ b/home/python/default.nix @@ -3,7 +3,7 @@ { home.file = { ".config/python/pythonrc" = { - source = ./pythonrc.py; + source = ../../.config/python/pythonrc.py; }; }; } diff --git a/home/sx/default.nix b/home/sx/default.nix index e63f893..8e6d7f3 100644 --- a/home/sx/default.nix +++ b/home/sx/default.nix @@ -5,7 +5,7 @@ home.file = { ".config/sx/sxrc" = { - source = ./sxrc; + source = ../../.config/sx/sxrc; }; }; } diff --git a/home/sxhkd/default.nix b/home/sxhkd/default.nix index e4026c2..1056af6 100644 --- a/home/sxhkd/default.nix +++ b/home/sxhkd/default.nix @@ -8,10 +8,10 @@ home.file = { ".config/sxhkd/sxhkdrc" = { - source = ./sxhkdrc; + source = ../../.config/sxhkd/sxhkdrc; }; ".config/sxhkd/mouse" = { - source = ./mouse; + source = ../../.config/sxhkd/mouse; }; }; } diff --git a/home/todoman/default.nix b/home/todoman/default.nix index e92bc0b..ede417d 100644 --- a/home/todoman/default.nix +++ b/home/todoman/default.nix @@ -7,7 +7,7 @@ home.file = { ".config/todoman/config.py" = { - source = ./config.py; + source = ../../.config/todoman/config.py; }; }; } diff --git a/home/tridactyl/default.nix b/home/tridactyl/default.nix index 5904299..5d01b01 100644 --- a/home/tridactyl/default.nix +++ b/home/tridactyl/default.nix @@ -3,7 +3,7 @@ { home.file = { ".config/tridactyl/tridactylrc" = { - source = ./tridactylrc; + source = ../../.config/tridactyl/tridactylrc; }; }; } diff --git a/home/vdirsyncer/default.nix b/home/vdirsyncer/default.nix index ea53992..3d75878 100644 --- a/home/vdirsyncer/default.nix +++ b/home/vdirsyncer/default.nix @@ -7,7 +7,7 @@ home.file = { ".config/vdirsyncer/config" = { - source = ./config; + source = ../../.config/vdirsyncer/config; }; }; } diff --git a/home/zathura/default.nix b/home/zathura/default.nix index 43b0557..df9f841 100644 --- a/home/zathura/default.nix +++ b/home/zathura/default.nix @@ -3,6 +3,6 @@ { programs.zathura = { enable = true; - extraConfig = (builtins.readFile ./zathurarc); + extraConfig = (builtins.readFile ../../.config/zathura/zathurarc); }; }