Merge branch 'master' of github.com:scottwallacesh/dotfiles

This commit is contained in:
Scott Wallace 2019-05-04 16:05:38 +01:00
commit 46585740cd
2 changed files with 12 additions and 0 deletions

View file

@ -120,3 +120,14 @@
loop: "{{ gnome_custom_keybindings }}" loop: "{{ gnome_custom_keybindings }}"
loop_control: loop_control:
index_var: index index_var: index
- name: 'Shell: Clipboard aliases'
tags:
- config
- shell
copy:
content: |
[[ -x /usr/bin/copyq ]] && function pbpaste() { /usr/bin/copyq clipboard; } && export -f pbpaste
[[ -x /usr/bin/copyq ]] && function pbcopy() { /usr/bin/copyq add -; } && export -f pbcopy
dest: '~/.bashrc.d/alias.clipboard'
mode: '0400'

View file

@ -36,6 +36,7 @@ linux_packages:
- gnome-shell-extension-dashtodock - gnome-shell-extension-dashtodock
- gnome-shell-extension-weather - gnome-shell-extension-weather
- gnome-tweaks - gnome-tweaks
- ipcalc
- keybase - keybase
- net-tools - net-tools
- netcat - netcat