Commit Graph

135 Commits (34920ecfb181d4b556d827eb214fb34d3b971fa6)

Author SHA1 Message Date
Icedream 371fbe2d55
Do not create bin subfolder in HOME directory. 2019-10-09 14:39:02 +02:00
Icedream 1b74774254
Enable compatibility with bash completion scripts by default. 2019-03-13 09:48:49 +01:00
Icedream 0f848451f6
Load local vars before anything else. 2018-10-11 10:13:45 +02:00
Icedream 7508a7599f
Fix command variables not being set at all. 2018-07-26 11:57:25 +02:00
Icedream 2100cbdf1f
Only do command checks on Darwin. 2018-07-26 11:56:01 +02:00
Icedream dcfbdbb14c
Fix macOS locale fix. 2018-07-23 11:07:07 +02:00
Icedream e86de5f25e
Default to 0. 2018-07-18 10:59:49 +02:00
Icedream 89a2692ad7
Only enable no-beeps feature on non-Darwin systems.
Fixes hang of profile script on `xset -b` command. X server on macOS is 
weird, mate...
2018-07-18 10:58:45 +02:00
Icedream 5e33a3783a
Fix silencing. 2018-07-18 09:20:34 +02:00
Icedream bb96653bee
Use `en_US.UTF-8` as default value for LC_ALL and LANG. 2018-07-18 00:43:32 +02:00
Icedream 809797d3a7
Fix cut command detection. 2018-07-18 00:28:37 +02:00
Icedream 17ea9cfd85
Actually export locale vars. 2018-07-18 00:28:12 +02:00
Icedream 0cd6a7e4b1
Use `locale` to set default values for LC_ALL and LANG (fix macOS). 2018-07-18 00:26:25 +02:00
Icedream f65628a828
Add python bin dirs on macOS to PATH. 2018-07-18 00:17:40 +02:00
Icedream 003a0bca3e
Add local zshrc loading. 2018-07-18 00:12:00 +02:00
Icedream 5a4cc71bb4
Revert "Set POWERLINE_CONFIG_COMMAND so binds won't have to use invalid paths."
This reverts commit 8f1a03ecad.
2018-07-18 00:03:28 +02:00
Icedream 8f1a03ecad
Set POWERLINE_CONFIG_COMMAND so binds won't have to use invalid paths. 2018-07-17 15:40:57 +02:00
Icedream 03a68c9029
Detect zsh-syntax-highlighting at /usr/local. 2018-07-17 15:32:28 +02:00
Icedream 855e4e8397
Detect coreutils with g prefix for macOS brew support. 2018-07-17 15:22:40 +02:00
Icedream ff800ae2ae
Set default value for PROFILE_CUSTOM. 2018-07-17 13:45:05 +02:00
Icedream d9a0208b14
Get rid of shellcheck warning. 2018-07-06 09:24:04 +02:00
Icedream 04285a5a39
Allow loading custom profile from ~/.local_profile. 2018-07-06 09:22:56 +02:00
Icedream 756423d3bd
Remove alias section. 2018-07-06 09:22:39 +02:00
Icedream a5da58108e
Remove keyserver hint in update script. 2018-06-18 13:44:40 +02:00
Icedream e764a40758
Read composer bin-dir from global context. 2018-06-18 13:42:57 +02:00
Icedream 86e656ab20
Fix composer setup. 2018-04-09 09:33:02 +02:00
Icedream db237ce481
Do not pipe ssh-agent output to debug log. 2018-02-20 16:24:44 +01:00
Icedream 1356c2a807
Fix Xresources params no longer being matched properly. 2018-02-20 16:19:54 +01:00
Icedream a4ae973429
Integrate yakuake. 2018-02-20 12:08:10 +01:00
Icedream ccd8f64c26
Prevent GNOME from ignoring that we want to disable the SSH component. 2018-02-20 12:07:21 +01:00
Icedream 7cd1f40b1c
Add autostart files for gnome-keyring. 2018-02-20 12:07:05 +01:00
Icedream b302ee7f2f
Simplify Xresources using wildcards a little. 2018-02-20 11:24:13 +01:00
Icedream 14512759dd
Remove Xdefaults and Xdresources (??). 2018-02-20 11:23:57 +01:00
Icedream 4f4b38d6b0
Change background in termite. 2018-02-20 11:07:07 +01:00
Icedream b6766bf63a
Add termite configuration. 2018-02-20 11:04:39 +01:00
Icedream c0ec3508a4
Add PowerlineSymbols font to font config. 2018-02-20 11:04:28 +01:00
Icedream 9fc9ab0842
Add font configuration. 2018-02-20 10:28:50 +01:00
Icedream 92607772de
Remove PulseAudio code entirely. 2018-02-20 03:41:16 +01:00
Icedream f499e09e43
Pipe ssh-agent output to debug log. 2018-02-20 03:40:20 +01:00
Icedream c7d031f270
Add missing section_end. 2018-02-20 03:30:25 +01:00
Icedream 96f7933f2c
Fix conditional check for NO_SPACE_PREFIX: 2018-02-20 03:28:05 +01:00
Icedream 2c7f0d61c2
Aesthetic changes. 2018-02-20 03:26:57 +01:00
Icedream ca44a67c9d
Make section headers use indent. 2018-02-20 03:24:04 +01:00
Icedream 2f04e46bba
Add missing section_end for composer. 2018-02-20 03:23:19 +01:00
Icedream d170f3f45e
Disable keychain. 2018-02-20 03:20:53 +01:00
Icedream 55c28f9ce3
Only run pulseaudio check if binary exists. 2018-02-20 03:17:22 +01:00
Icedream 0faacb3e0e
Only print PROFILE vars in debug mode. 2018-02-20 03:17:03 +01:00
Icedream 9b1190cedf
Checkout before script switch, fix checkout from empty tree. 2018-02-20 03:05:08 +01:00
Icedream bc791c2f07
Fix rev-list for empty local tree. 2018-02-20 03:04:06 +01:00
Icedream 488ee91028
Use MIT GPG keyserver. 2018-02-20 03:03:38 +01:00
Icedream 87df50378c
Remove ECDSA key from GPG init code. 2018-02-20 03:03:20 +01:00
Icedream 521aea6b47
Fix file_changed function for non-existent files. 2018-02-20 03:02:42 +01:00
Icedream 21f795acb7
Fix first time git setup. 2018-02-20 02:34:24 +01:00
Icedream 67a441675a
Remove extra parameter added by mistake. 2018-02-20 02:33:21 +01:00
Icedream 9a6ef496b6
Implement PATH modification for globally-installed composer bins. 2018-02-19 15:52:01 +01:00
Icedream 8a0b26fe1d
Improve first-time installation security-wise.
Creating an empty repository will force the updater to do verification
of all commits from the beginning first.
2018-02-19 11:18:52 +01:00
Icedream 9b6a160fce
Move PROFILE_BIN definition before the if condition. 2018-02-19 11:14:22 +01:00
Icedream b96f4ba9b2
Include home binaries in path before doing checks. 2018-02-19 11:13:15 +01:00
Icedream 0463005071
Check for key existence before trying to import it. 2018-02-19 10:22:28 +01:00
Icedream 159bddddbb
Only try to move old script if it actually exists.
This would otherwise just error out on first installation!
2018-02-19 10:18:32 +01:00
Icedream 5a7c84e8ca
Use exec instead of call && exit. 2018-02-19 09:59:19 +01:00
Icedream c1736ea2ae
Add an extra message to notify about usage of newer update script. 2018-02-19 09:58:04 +01:00
Icedream 2158cf37bd
Make sure to exit the script after update is done. 2018-02-19 09:56:15 +01:00
Icedream 060551a8c4
Temporarily move old update-profile script to avoid sudden syntax errs. 2018-02-19 09:48:27 +01:00
Icedream a51d0ecbc5
Add update check for update-profile and use new script if possible. 2018-02-19 09:46:08 +01:00
Icedream c03ddaadd5
Fix rebasing in update-profile script. 2018-02-19 09:40:31 +01:00
Icedream 40e5699fbc
Fix commit list to verify. 2018-02-18 23:43:06 +01:00
Icedream 84348bf9eb
Tweak messages in update script. 2018-02-18 23:41:24 +01:00
Icedream 06f2f926d9
Prune after pulling updates. 2018-02-18 23:41:14 +01:00
Icedream 689a7bdb70
Set proper permissions for GNUPGHOME. 2018-02-18 23:41:07 +01:00
Icedream c8f6b69615
Implement signature verification in update-profile script. 2018-02-18 23:33:25 +01:00
Icedream 07387ade1f
Set -e flag on update-profile. 2018-02-18 23:03:58 +01:00
Icedream ae37c9ed53
Make feature defaults depend on existence of respective binaries. 2018-02-18 23:02:46 +01:00
Icedream 1d75fdd1c4
Set shebangs for shellcheck. 2018-02-18 23:02:14 +01:00
Icedream c35d129d71
Move prompt changing call to after prompt module has been initialized. 2018-02-18 01:11:45 +01:00
Icedream d60099c22a
Fix wrong logic in update-profile script and explicitly create folder. 2018-02-17 21:09:46 +01:00
Icedream f6a24f1ea1
Add update-profile script. 2018-02-17 21:04:57 +01:00
Icedream 2f5d8df2ac
Remove some debugging lines. 2018-02-17 20:56:57 +01:00
Icedream 7cdfdea65f
Use multiple paths to find and load zsh-syntax-highlighting. 2018-02-17 20:51:50 +01:00
Icedream b846e05dcf
Use pip3 instead of pip to fetch package information for powerline. 2018-02-17 20:50:03 +01:00
Icedream 2db976107a
Move home bin folder registration in PATH to top of profile script.
Fixes the issue where the user-installed Python scripts are no longer
found in PATH.
2018-02-17 20:48:50 +01:00
Icedream 2e60bb0779
Make .bash_profile and .zprofile source .profile. 2018-02-17 20:11:59 +01:00
Icedream 8d30e01771
Add ~/.local/bin to PATH. 2018-02-17 20:11:31 +01:00
Icedream 96b48e45ee
Add configuration patch for yay. 2018-02-17 19:09:25 +01:00
Icedream 6fe586d33a
Add files from home directory. 2018-02-17 02:29:19 +01:00