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:
4
scripts/.bin/copybib
Executable file
4
scripts/.bin/copybib
Executable 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
|
Reference in New Issue
Block a user