Commit Graph

105 Commits (fd4fc4bc71170787aaf4560da5809aaf2ea20886)

Author SHA1 Message Date
Icedream fd4fc4bc71
Add script to release keys as a workaround for Barrier getting them stuck. 2021-06-01 10:09:38 +02:00
Icedream 17d2d1acc2
Do not automatically start ibus-daemon. 2021-04-29 08:58:57 +02:00
Icedream 6776511802
Add autocompletion for symfony CLI. 2021-04-29 08:28:24 +02:00
Icedream 1d3036715f
Disable font family fix as it seems to break things. 2021-04-29 08:28:24 +02:00
Icedream 299cc8a876
Skip warning about running Composer with root user. 2021-01-19 17:40:01 +01:00
Icedream aa8a1c6d72
Set defaults for preserving zsh history. 2020-09-30 10:20:20 +02:00
Icedream a915dd5920
Add empty newline to pam_environment.
This fixes a critical error being thrown by PAM on user login which
shuts out the user.
2020-09-30 10:11:40 +02:00
Icedream 977253676e
Alias ls to logo-ls. 2020-09-30 10:03:22 +02:00
Icedream a863295576
Simplify matches. 2020-09-30 09:09:23 +02:00
Icedream 276cff299f
Load Nerd symbols. 2020-09-30 09:09:11 +02:00
Icedream c0566ee3a5
Delete default family assignment for exotic fonts. 2020-09-30 09:08:30 +02:00
Icedream 7f8994f64e
Switch to Fira Code as default monospace font. 2020-09-30 09:08:07 +02:00
Icedream b790e25693
Fix Composer global bin-dir path detection. 2020-07-01 14:23:30 +02:00
Icedream 14686f57ef
Use pip in pipx venv to detect powerline path. 2019-11-22 10:26:38 +01:00
Icedream df41c1fc34
Install python packages via pipx. 2019-11-22 10:22:54 +01:00
Icedream f0a50e4d80
Remove alias section from zshrc. 2019-11-22 10:10:16 +01:00
Icedream e868c2d11d
Add helper functions for connecting to a remote Docker instance via SSH. 2019-10-29 02:28:00 +01:00
Icedream 31452ec73c
Fix path to new update-profile script. 2019-10-22 01:26:08 +02:00
Icedream df2d61c50a
Remove home/bin/update-profile when done. 2019-10-09 14:45:34 +02:00
Icedream 8c9f988373
Add replacement script in home/bin. 2019-10-09 14:43:33 +02:00
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