From 3a8eb5d475cba74985e89f4f779827b6e60c4755 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 2 Dec 2019 09:31:28 -0600 Subject: [PATCH] Move a lot of stuff around --- Makefile | 1 - {de => apps/de}/bar/bar.bash | 0 {de => apps/de}/bar/mic.bash | 0 {de => apps/de}/bar/polybar-config | 2 +- {de => apps/de}/bspwm/bspwmrc | 8 +- {de => apps/de}/bspwm/config | 0 {de => apps/de}/bspwm/fehbg | 0 {de => apps/de}/bspwm/wmstart | 0 {de => apps/de}/compton/compton.conf | 0 {de => apps/de}/dunst/dunstrc | 0 {de => apps/de}/gtk/2rc | 0 {de => apps/de}/gtk/3settings.ini | 0 {de => apps/de}/libinput/gestures.conf | 0 {de => apps/de}/libinput/touchpad.conf | 0 {de => apps/de}/sway/dm_entry | 0 {de => apps/de}/sway/sway-init | 0 {de => apps/de}/sway/sway_config | 0 {de => apps/de}/sxhkd/sxhkdrc | 0 .../de}/udev-rules/90-usb-device-plugin.rules | 0 {de => apps/de}/x/initrc | 2 +- {de => apps/de}/x/loadresources | 2 +- {de => apps/de}/x/modmap | 0 {de => apps/de}/x/profile | 4 +- {de => apps/de}/x/resources | 0 {shell => apps/shell}/bash/aliases | 0 {shell => apps/shell}/bash/autocompletions | 0 {shell => apps/shell}/bash/bash_profile | 0 {shell => apps/shell}/bash/bashrc | 14 +- {shell => apps/shell}/bash/paths | 0 {shell => apps/shell}/bash/prompt | 0 {shell => apps/shell}/inputrc | 0 {shell => apps/shell}/tmux/layouts/dev.tmux | 0 {shell => apps/shell}/tmux/tmux.conf | 0 {shell => apps/shell}/user-dirs | 0 bin/app-launcher | 2 +- .../arch-linux/provisioning/0-adduser.bash | 0 .../arch-linux/provisioning/1-pacaur.bash | 0 .../arch-linux/provisioning/2-essentials.bash | 0 .../arch-linux/provisioning/3-extras.bash | 0 .../lib}/arch-linux/provisioning/amd.bash | 0 .../lib}/arch-linux/provisioning/irc.bash | 0 .../lib}/arch-linux/provisioning/nvidia.bash | 0 .../arch-linux/provisioning/tmux-plugins.bash | 0 .../lib}/arch-linux/scripts/.gitkeep | 0 .../lib}/colors/generator/.gitignore | 0 .../lib}/colors/generator/gen.bash | 0 bin/lib/colors/generator/gen.moon | 20 ++ .../lib}/colors/generator/schemes/bright.yml | 0 bin/lib/colors/generator/schemes/donokai.moon | 22 ++ .../lib}/colors/generator/schemes/donokai.yml | 0 .../colors/generator/schemes/donokaiblack.yml | 0 .../colors/generator/schemes/holodized.yml | 0 bin/lib/colors/generator/templates/shell | 251 +++++++++++++++++ bin/lib/colors/generator/templates/shell.moon | 255 ++++++++++++++++++ {scripts => bin/lib}/colors/set-theme.bash | 2 +- {scripts => bin/lib}/colors/shell | 0 {scripts => bin/lib}/colors/vconsole | 0 {scripts => bin/lib}/colors/vim | 0 {scripts => bin/lib}/colors/xresources | 0 {scripts => bin/lib}/setup_helpers.bash | 6 +- sudo_setup => bin/lib/sudo_setup | 8 +- bin/startbar | 2 +- bin/undock | 6 +- bin/workdock | 6 +- setup | 54 ++-- 65 files changed, 607 insertions(+), 60 deletions(-) rename {de => apps/de}/bar/bar.bash (100%) rename {de => apps/de}/bar/mic.bash (100%) rename {de => apps/de}/bar/polybar-config (99%) rename {de => apps/de}/bspwm/bspwmrc (84%) rename {de => apps/de}/bspwm/config (100%) rename {de => apps/de}/bspwm/fehbg (100%) rename {de => apps/de}/bspwm/wmstart (100%) rename {de => apps/de}/compton/compton.conf (100%) rename {de => apps/de}/dunst/dunstrc (100%) rename {de => apps/de}/gtk/2rc (100%) rename {de => apps/de}/gtk/3settings.ini (100%) rename {de => apps/de}/libinput/gestures.conf (100%) rename {de => apps/de}/libinput/touchpad.conf (100%) rename {de => apps/de}/sway/dm_entry (100%) rename {de => apps/de}/sway/sway-init (100%) rename {de => apps/de}/sway/sway_config (100%) rename {de => apps/de}/sxhkd/sxhkdrc (100%) rename {de => apps/de}/udev-rules/90-usb-device-plugin.rules (100%) rename {de => apps/de}/x/initrc (95%) rename {de => apps/de}/x/loadresources (95%) rename {de => apps/de}/x/modmap (100%) rename {de => apps/de}/x/profile (91%) rename {de => apps/de}/x/resources (100%) rename {shell => apps/shell}/bash/aliases (100%) rename {shell => apps/shell}/bash/autocompletions (100%) rename {shell => apps/shell}/bash/bash_profile (100%) rename {shell => apps/shell}/bash/bashrc (89%) rename {shell => apps/shell}/bash/paths (100%) rename {shell => apps/shell}/bash/prompt (100%) rename {shell => apps/shell}/inputrc (100%) rename {shell => apps/shell}/tmux/layouts/dev.tmux (100%) rename {shell => apps/shell}/tmux/tmux.conf (100%) rename {shell => apps/shell}/user-dirs (100%) rename {scripts => bin/lib}/arch-linux/provisioning/0-adduser.bash (100%) rename {scripts => bin/lib}/arch-linux/provisioning/1-pacaur.bash (100%) rename {scripts => bin/lib}/arch-linux/provisioning/2-essentials.bash (100%) rename {scripts => bin/lib}/arch-linux/provisioning/3-extras.bash (100%) rename {scripts => bin/lib}/arch-linux/provisioning/amd.bash (100%) rename {scripts => bin/lib}/arch-linux/provisioning/irc.bash (100%) rename {scripts => bin/lib}/arch-linux/provisioning/nvidia.bash (100%) rename {scripts => bin/lib}/arch-linux/provisioning/tmux-plugins.bash (100%) rename {scripts => bin/lib}/arch-linux/scripts/.gitkeep (100%) rename {scripts => bin/lib}/colors/generator/.gitignore (100%) rename {scripts => bin/lib}/colors/generator/gen.bash (100%) create mode 100755 bin/lib/colors/generator/gen.moon rename {scripts => bin/lib}/colors/generator/schemes/bright.yml (100%) create mode 100644 bin/lib/colors/generator/schemes/donokai.moon rename {scripts => bin/lib}/colors/generator/schemes/donokai.yml (100%) rename {scripts => bin/lib}/colors/generator/schemes/donokaiblack.yml (100%) rename {scripts => bin/lib}/colors/generator/schemes/holodized.yml (100%) create mode 100755 bin/lib/colors/generator/templates/shell create mode 100644 bin/lib/colors/generator/templates/shell.moon rename {scripts => bin/lib}/colors/set-theme.bash (83%) rename {scripts => bin/lib}/colors/shell (100%) rename {scripts => bin/lib}/colors/vconsole (100%) rename {scripts => bin/lib}/colors/vim (100%) rename {scripts => bin/lib}/colors/xresources (100%) rename {scripts => bin/lib}/setup_helpers.bash (95%) rename sudo_setup => bin/lib/sudo_setup (50%) diff --git a/Makefile b/Makefile index 0aa3c27..e5e6c15 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ MAKEFILE_PATH ?= $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) -ALERT_AGREEMENT_FILE ?= "$(MAKEFILE_PATH)/.agreed-to-erasing-files.lock" default: install diff --git a/de/bar/bar.bash b/apps/de/bar/bar.bash similarity index 100% rename from de/bar/bar.bash rename to apps/de/bar/bar.bash diff --git a/de/bar/mic.bash b/apps/de/bar/mic.bash similarity index 100% rename from de/bar/mic.bash rename to apps/de/bar/mic.bash diff --git a/de/bar/polybar-config b/apps/de/bar/polybar-config similarity index 99% rename from de/bar/polybar-config rename to apps/de/bar/polybar-config index 5c9fee2..56ec5ba 100644 --- a/de/bar/polybar-config +++ b/apps/de/bar/polybar-config @@ -387,7 +387,7 @@ margin-bottom = ${env:WINDOW_GAP:0} [module/microphone] type = custom/script -exec = $DOTFILES_PATH/de/bar/mic.bash +exec = $DOTFILES_PATH/apps/de/bar/mic.bash tail = true format =