apatel762 / home-infra

A repository containing all of the setup for my home infra (e.g. my laptop & soon, my server)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Move citation script into separate repo or automate its installation #55

Closed apatel762 closed 2 years ago

apatel762 commented 2 years ago

At the moment, I've copied my basic version of the script from the .archive folder:

cp -vu .archive/ansible/terminal/files/cite.py -t ~/.local/bin/
cd ~/.local/bin/
chmod u+x cite.py 
mv cite.py cite
vim cite  # put `#!/usr/bin/env python` at the top of the script

Would be ideal if I could turn the script into an installable Python package and put it into a separate repo... or at the very least if I can't be bothered to do that, I could move it into the playbook so that those above steps aren't manual any more.

apatel762 commented 2 years ago

new repo for cite script https://github.com/apatel762/cite