diff --git a/.zshrc b/.zshrc index 0c9612c..3633b1b 100644 --- a/.zshrc +++ b/.zshrc @@ -30,3 +30,4 @@ export EDITOR='vim' # Convenient aliases alias http='docker run -it --rm --net=host clue/httpie' alias dc=docker-compose +alias copy="xclip -selection c" diff --git a/dotfiles.yml b/dotfiles.yml index 827aa27..476ad81 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -70,6 +70,7 @@ - shutter - exfat-utils - exfat-fuse + - xclip - name: Setup user settings hosts: localhost