Organize into home and system directories
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 22 Apr 2019 00:10:06 +0000 (20:10 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 22 Apr 2019 00:10:06 +0000 (20:10 -0400)
49 files changed:
Makefile
home/.fonts.conf [moved from .fonts.conf with 100% similarity]
home/.profile [moved from .profile with 100% similarity]
home/bin/alarm [moved from bin/alarm with 100% similarity]
home/bin/backlight_adjust [moved from bin/backlight_adjust with 100% similarity]
home/bin/backlight_max [moved from bin/backlight_max with 100% similarity]
home/bin/backlight_min [moved from bin/backlight_min with 100% similarity]
home/bin/dunst_dpi_high [moved from bin/dunst_dpi_high with 100% similarity]
home/bin/dunst_dpi_norm [moved from bin/dunst_dpi_norm with 100% similarity]
home/bin/dunst_pause [moved from bin/dunst_pause with 100% similarity]
home/bin/dunst_resume [moved from bin/dunst_resume with 100% similarity]
home/bin/experiment [moved from bin/experiment with 100% similarity]
home/bin/git-edit-email [moved from bin/git-edit-email with 100% similarity]
home/bin/lock [moved from bin/lock with 100% similarity]
home/bin/mpc_add_soma_bagel_radio [moved from bin/mpc_add_soma_bagel_radio with 100% similarity]
home/bin/mpc_add_soma_deepspaceone [moved from bin/mpc_add_soma_deepspaceone with 100% similarity]
home/bin/mpc_add_soma_defcon [moved from bin/mpc_add_soma_defcon with 100% similarity]
home/bin/mpc_add_soma_dronezone [moved from bin/mpc_add_soma_dronezone with 100% similarity]
home/bin/mpc_add_soma_indie_pop_rocks [moved from bin/mpc_add_soma_indie_pop_rocks with 100% similarity]
home/bin/mpc_add_soma_sonic_universe [moved from bin/mpc_add_soma_sonic_universe with 100% similarity]
home/bin/mpc_add_soma_spacestation [moved from bin/mpc_add_soma_spacestation with 100% similarity]
home/bin/mpc_add_soma_suburbs_of_goa [moved from bin/mpc_add_soma_suburbs_of_goa with 100% similarity]
home/bin/mpd_cmd [moved from bin/mpd_cmd with 100% similarity]
home/bin/mpd_current_file [moved from bin/mpd_current_file with 100% similarity]
home/bin/mpd_currentsong [moved from bin/mpd_currentsong with 100% similarity]
home/bin/mpd_fav [moved from bin/mpd_fav with 100% similarity]
home/bin/mpd_status [moved from bin/mpd_status with 100% similarity]
home/bin/mypeetables [moved from bin/mypeetables with 100% similarity]
home/bin/plotsi [moved from bin/plotsi with 100% similarity]
home/bin/soma_file_of_pls [moved from bin/soma_file_of_pls with 100% similarity]
home/bin/startx-only-asus_rog [moved from bin/startx-only-asus_rog with 100% similarity]
home/bin/startx-only-thinkpad_t570 [moved from bin/startx-only-thinkpad_t570 with 100% similarity]
home/bin/timestamp [moved from bin/timestamp with 100% similarity]
home/bin/timestamp-iso8601 [moved from bin/timestamp-iso8601 with 100% similarity]
home/bin/today [moved from bin/today with 100% similarity]
home/bin/twrap.sh [moved from bin/twrap.sh with 100% similarity]
home/bin/vol_dec [moved from bin/vol_dec with 100% similarity]
home/bin/vol_inc [moved from bin/vol_inc with 100% similarity]
home/bin/vol_mute [moved from bin/vol_mute with 100% similarity]
home/bin/vol_set [moved from bin/vol_set with 100% similarity]
home/bin/vol_unmute [moved from bin/vol_unmute with 100% similarity]
home/bin/wallpaper_shuffle [moved from bin/wallpaper_shuffle with 100% similarity]
home/bin/wget-clone-web [moved from bin/wget-clone-web with 100% similarity]
home/bin/wget-clone-web-page [moved from bin/wget-clone-web-page with 100% similarity]
home/bin/wget-clone-web-site [moved from bin/wget-clone-web-site with 100% similarity]
home/lib/login_aliases.sh [moved from lib/login_aliases.sh with 100% similarity]
home/lib/login_functions.sh [moved from lib/login_functions.sh with 100% similarity]
home/lib/login_variables.sh [moved from lib/login_variables.sh with 100% similarity]
system/debian/dpkg-selections [moved from dpkg-selections with 100% similarity]

index 0767ec4..dcaa500 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,15 +3,15 @@ MAKEFLAGS := --no-builtin-rules
 .PHONY: install install_packages
 
 install:
-       @cp -Rp bin $(HOME)/
-       @cp -Rp lib $(HOME)/
-       @cp     .profile $(HOME)/
-       @cp     .fonts.conf $(HOME)/
-       @fc-cache $(HOME)/.fonts
+       @cp  -Rp  home/bin          $(HOME)/
+       @cp  -Rp  home/lib          $(HOME)/
+       @cp       home/.profile     $(HOME)/
+       @cp       home/.fonts.conf  $(HOME)/
+       @fc-cache                   $(HOME)/.fonts
 
-install_packages: dpkg-selections
+install_packages: system/debian/dpkg-selections
        @dpkg --set-selections < $<
        @apt-get -u dselect-upgrade
 
-dpkg-selections:
+system/debian/dpkg-selections:
        @dpkg --get-selections > $@
similarity index 100%
rename from .fonts.conf
rename to home/.fonts.conf
similarity index 100%
rename from .profile
rename to home/.profile
similarity index 100%
rename from bin/alarm
rename to home/bin/alarm
similarity index 100%
rename from bin/backlight_max
rename to home/bin/backlight_max
similarity index 100%
rename from bin/backlight_min
rename to home/bin/backlight_min
similarity index 100%
rename from bin/dunst_dpi_high
rename to home/bin/dunst_dpi_high
similarity index 100%
rename from bin/dunst_dpi_norm
rename to home/bin/dunst_dpi_norm
similarity index 100%
rename from bin/dunst_pause
rename to home/bin/dunst_pause
similarity index 100%
rename from bin/dunst_resume
rename to home/bin/dunst_resume
similarity index 100%
rename from bin/experiment
rename to home/bin/experiment
similarity index 100%
rename from bin/git-edit-email
rename to home/bin/git-edit-email
similarity index 100%
rename from bin/lock
rename to home/bin/lock
similarity index 100%
rename from bin/mpd_cmd
rename to home/bin/mpd_cmd
similarity index 100%
rename from bin/mpd_currentsong
rename to home/bin/mpd_currentsong
similarity index 100%
rename from bin/mpd_fav
rename to home/bin/mpd_fav
similarity index 100%
rename from bin/mpd_status
rename to home/bin/mpd_status
similarity index 100%
rename from bin/mypeetables
rename to home/bin/mypeetables
similarity index 100%
rename from bin/plotsi
rename to home/bin/plotsi
similarity index 100%
rename from bin/timestamp
rename to home/bin/timestamp
similarity index 100%
rename from bin/today
rename to home/bin/today
similarity index 100%
rename from bin/twrap.sh
rename to home/bin/twrap.sh
similarity index 100%
rename from bin/vol_dec
rename to home/bin/vol_dec
similarity index 100%
rename from bin/vol_inc
rename to home/bin/vol_inc
similarity index 100%
rename from bin/vol_mute
rename to home/bin/vol_mute
similarity index 100%
rename from bin/vol_set
rename to home/bin/vol_set
similarity index 100%
rename from bin/vol_unmute
rename to home/bin/vol_unmute
similarity index 100%
rename from bin/wget-clone-web
rename to home/bin/wget-clone-web
This page took 0.066693 seconds and 4 git commands to generate.