1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Several changes

* Compton improvements
* Add a wide screen layout
* Set termite as the default terminal
* Update spacemacs
* Add script to copy bibtex entries from zotero
This commit is contained in:
J. Fernando Sánchez
2018-04-20 11:42:22 +02:00
parent 6f07d96ea0
commit f0202964ec
18 changed files with 175 additions and 147 deletions

4
scripts/.bin/copybib Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
cat ~/Exported\ Items.bib | sed -n 's/@.*{\(.*\),/\\cite{\1}/p' | xclip -selection clipboard
sleep 1
cat ~/Exported\ Items.bib | xclip -selection clipboard