Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .zsh.after/functions.zsh: Adding options for *.tar.lz, and *.zst to ex() and ↵ | David Runge | 2020-03-10 | 1 | -1/+7 |
| | | | | lstar(). | ||||
* | .zsh.after/export.zsh: If brew is found in PATH, export a few environment ↵ | David Runge | 2020-03-03 | 1 | -0/+7 |
| | | | | variables for it. | ||||
* | .zsh.after/functions.zsh: Adding .tar.lz and .lz to ex() and lstar() ↵ | David Runge | 2019-10-01 | 1 | -0/+6 |
| | | | | (respectively). | ||||
* | .zsh.after/export.zsh: Remove useless AURDEST export. | David Runge | 2019-07-07 | 1 | -3/+0 |
| | |||||
* | .zsh.after/aliases.zsh: Setting mpv alias depending on whether on Xwayland ↵ | David Runge | 2019-07-07 | 1 | -1/+5 |
| | | | | or X11. | ||||
* | .zsh.after/functions.zsh: Adding function to display contents of various ↵ | David Runge | 2019-03-19 | 1 | -0/+44 |
| | | | | compressed files. | ||||
* | Merge branch 'master' of git.sleepmap.de:config/dotfiles | David Runge | 2018-11-24 | 3 | -4/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git.sleepmap.de:config/dotfiles: (36 commits) .config/packages-community.txt: Adding pd-lua. .config/systemd/user/mpd@.service: Adding local override for mpd@ user service. Raising LimitRTPrio to 75, as some threads in mpd apparently require it. .config/jack/*: Changing all configurations for jack@ user service (as its layout has changed). .gitignore: Removing ignore of .config/systemd (time to add some local overrides). .config/packages-aur.txt: Removing ssr (now in [community]). .config/systemd/user/jack@.service: Adding a local jack@ user service, so no package is required. .config/packages-community.txt: Adding dragonfly-reverb, libmusicxml, ssr and wolf-shaper. .ncmpcpp/config: Switching to local visualizer fifo. Using visualizer_type ellipse. .zsh.after/aliases.zsh: Removing useless pacsearch overloading. bin/setup_screens: Fixing and simplifying various things with the help of shellcheck. Using a separate get_display function to retrieve DISPLAY. bin/xorg_autolock: Properly quoting variables. Abstracting lock_cmd. bin/xorg_lock: Properly quote variables. Rename variables for better readibility. .xprofile: Repaired with the help of shellcheck. .config/packages-community.txt: Adding marsyas. .config/packages-aur.txt: Removing gmsynth.lv2 (now in community). Adding librenms and patroneo-git. .config/packages-community.txt: Adding ams-lv2, beatslash-lv2, gmsynth.lv2, lib32-fluidsynth, lsp-plugins, lvtk, stk and removing ssmtp. bin/cs: Fixing script according to shellcheck. .config/packages-community.txt: Adding nextcloud-app-spreed. .vim/addons-settings.vim: Adding supercollider settings for split in tmux. .config/linuxsampler.org/Qsampler.conf: Remove, because it makes no sense in repo. ... | ||||
| * | .zsh.after/aliases.zsh: Removing useless pacsearch overloading. | David Runge | 2018-11-17 | 1 | -1/+0 |
| | | |||||
| * | .zsh.after/functions.zsh: Make rsync output in backup_folder() human ↵ | David Runge | 2018-09-13 | 1 | -1/+2 |
| | | | | | | | | readable. Remove weird custom coloring foo. | ||||
| * | .zsh.after/export.zsh: Don't use tmux-256color in tmux on Debilian because ↵ | David Runge | 2018-09-13 | 1 | -2/+1 |
| | | | | | | | | it's too old. | ||||
* | | .zsh.after/export.zsh: Expanding check for and setting of locale settings to ↵ | David Runge | 2018-11-24 | 1 | -4/+25 |
|/ | | | | very special whackOS settings. Exporting pipenv settings to expose them globally. Exporting TTY to GPG_TTY instead of calling tty everytime. | ||||
* | .zsh.after/aliases.zsh: Adding mpv alias (without explicit audio output) for ↵ | David Runge | 2018-04-23 | 1 | -1/+3 |
| | | | | macOS). | ||||
* | .zsh.after/export.zsh: Not exporting SSH_AUTH_SOCK for root and when on ↵ | David Runge | 2018-04-19 | 1 | -1/+5 |
| | | | | macOS. Explicitely pointing TMUX_TMPDIR to /tmp on macOS. | ||||
* | .zsh.after/export.zsh: Fixing export of TERM for tmux on macOS and ↵ | David Runge | 2018-04-17 | 1 | -2/+2 |
| | | | | TMUX_TMPDIR on macOS. | ||||
* | .zsh.after/aliases.zsh: Adding special version of ssh.new for macOS. | David Runge | 2018-04-17 | 1 | -2/+4 |
| | | | | Removing redundant and useless ls aliases. | ||||
* | .zsh.after/aliases.zsh: Adding fuzzy search for subtitles to mpv. | David Runge | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | .zsh.after/aliases.zsh: Sort files naturally. | David Runge | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | .zsh.after/export.zsh: Fixing export of TERM for tmux and screen. | David Runge | 2018-02-22 | 1 | -0/+2 |
| | | | | .tmux.conf: Switching to tmux-256color for within tmux. | ||||
* | .zsh.after/aliases.zsh: Renaming pacfile to pacown, as it was shadowing ↵ | David Runge | 2018-02-03 | 1 | -1/+1 |
| | | | | /usr/bin/pacfile. | ||||
* | .zsh.after/export.zsh: Moving AURDEST to subdirectory of ~/packages. | David Runge | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | .zsh.after/export.zsh: Adding AURDEST for pacaur to not have packages dumped ↵ | David Runge | 2017-08-09 | 1 | -0/+3 |
| | | | | in .cache. | ||||
* | .zsh.after/export.zsh: Moving TMUX_TMPDIR to XDG_RUNTIME_DIR. | David Runge | 2017-06-26 | 1 | -1/+1 |
| | |||||
* | .zsh.after/export.zsh: Setting TERM to be xterm-256color, when not in tmux. | David Runge | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | .zsh.after/export.zsh: Adding exports for LANG, LC_TIME and LC_MONETARY if ↵ | David Runge | 2017-03-09 | 1 | -2/+12 |
| | | | | seaked locales are available in the system. | ||||
* | .zsh.after/functions.zsh: Adding support to export .asc files using gpg ↵ | David Runge | 2017-03-08 | 1 | -0/+3 |
| | | | | within ex(). | ||||
* | .zsh.after/aliases.zsh: Removing sudo for user services. | David Runge | 2017-02-20 | 1 | -3/+3 |
| | |||||
* | .zsh.after/aliases.zsh: Fixing the pacconf command to properly find files ↵ | David Runge | 2017-02-18 | 1 | -1/+1 |
| | | | | exclusively. | ||||
* | .zsh.after/hostspecific.zsh: Further defining the client names in host ↵ | David Runge | 2017-02-18 | 1 | -1/+1 |
| | | | | specific files. | ||||
* | .zsh.after/aliases.zsh: Properly define systemctl --system list commands. ↵ | David Runge | 2017-02-17 | 1 | -4/+7 |
| | | | | Add a systemctl cat alias for user and system services. | ||||
* | .zsh.after/functions.zsh: Adding new functions for journalctl. | David Runge | 2017-02-17 | 1 | -0/+84 |
| | |||||
* | .zsh.after/aliases.zsh: Adding/updating aliases for systemctl and journalctl. | David Runge | 2017-02-17 | 1 | -14/+28 |
| | |||||
* | .zsh.after/export.zsh: Adding SYSTEMD_EDITOR | David Runge | 2017-01-26 | 1 | -0/+3 |
| | |||||
* | .zsh.after/aliases.zsh: Adding github ed25519 key to ssh-add alias. | David Runge | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | .zsh.after/functions.zsh: Removing useless functions. Refactoring ex(). | David Runge | 2017-01-09 | 1 | -241/+48 |
| | |||||
* | .zsh.after/aliases.zsh: Adding rsa key for TU to ssh-add. | David Runge | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | .zsh.after/functions.zsh: Add switch/case for trvlr to mount storage mSATA. | David Runge | 2016-09-22 | 1 | -0/+11 |
| | |||||
* | .zsh.after/functions.zsh: Removing exit (preventing closing of shell). | David Runge | 2016-09-07 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' of sleepmap.de:config/dotfiles | David Runge | 2016-08-16 | 3 | -3/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of sleepmap.de:config/dotfiles: (28 commits) .config/qtile/config.py: Disabling broken TreeTab layout. Adding scide to dev. Changing background picture to lowercase. Enabling notification widget. .zsh.after/aliases.zsh: Adding automatic selection of audio backends for mpv. bin/set_volume: Adding further increase/decrease shortcuts. .scvimrc: Adding system runtimepath for .sc files. .config/mpd/mpd-trvlr-jack.conf: Adding mpd configuration for trvlr using JACK. .config/mpd/mpd-trvlr.conf: Adding mpd configuration for trlvr. .config/mpd/mpd.conf: Switching audio backend to JACK in default mpd config. .config/conky/side: Removing broken xft settings. .config/compton.conf .config/SuperCollider/startupfiles/rme_fireface800.scd: Removing obsolete configurations. .config/SuperCollider/startup.scd: Adding a generic startupFile for SuperCollider. .gitignore: Unignoring SuperCollider's startup file. .processing/preferences.txt: Removing configuration due to constant regneration and metadata leakage. .config/patchagerc: Removing useless configuration. .config/SuperCollider/sc_ide_conf.yaml: Removing redundant sc_ide_conf.yaml. .arduino/preferences.txt: Removing arduino preferences due to redundancy. .scvimrc: Using horizontal split in tmux. Removing old trash from ftplugin identifiers. Using SClangStart only on scd files. .config/gtk-3.0/gtk.css: Adding css to disable double drawing of menus/title bars and client-side decoration. .config/compton.conf: Disabling fading (too slow). Lowering shadow-radius, so it won't interfere with WM bars. .vdirsyncer/config: Adding 'b wins' conflict_resolution for akt. ... | ||||
| * | .zsh.after/aliases.zsh: Adding automatic selection of audio backends for mpv. | David Runge | 2016-08-10 | 1 | -0/+1 |
| | | |||||
| * | .zsh.after/export.zsh: Export keyboard settings for sway. | David Runge | 2016-08-09 | 1 | -0/+3 |
| | | |||||
| * | .zsh.after/functions.zsh: Adding functions to start chromium incognito and ↵ | David Runge | 2016-08-09 | 1 | -3/+7 |
| | | | | | | | | with a predefined proxy-server. | ||||
* | | .zsh.after/functions.zsh: Extending lopen function for apu-serve. Changing ↵ | David Runge | 2016-08-16 | 1 | -9/+10 |
|/ | | | | exits into returns. | ||||
* | .zsh.after/aliases.zsh: Fixing typo in ssh-add alias. | David Runge | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | .zsh.after/aliases.zsh: Adding new ssh aliases. | David Runge | 2016-05-09 | 1 | -0/+2 |
| | |||||
* | .zsh.after/sources.zsh: Removing useless sources. Won't use ruby. | David Runge | 2016-05-08 | 1 | -6/+0 |
| | |||||
* | .zsh.after/aliases.zsh: Adding alias for zsh history statistics and dir ↵ | David Runge | 2016-05-08 | 1 | -0/+8 |
| | | | | overview. | ||||
* | .zsh.after/prompt.zsh: Removing prompt file (integrated into zshrc). | David Runge | 2016-05-08 | 1 | -2/+0 |
| | |||||
* | .zsh.after/functions.zsh: Adding additional device identifiers for the ↵ | David Runge | 2016-04-22 | 1 | -1/+5 |
| | | | | backup disk. | ||||
* | .zsh.after/aliases.zsh: Adding vdirsyncer alias. | David Runge | 2016-01-04 | 1 | -0/+4 |
| | |||||
* | .zsh.after/functions.zsh: Added umount options for media device. | David Runge | 2015-12-31 | 1 | -0/+3 |
| |