summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-19 18:21:46 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-19 18:21:46 -0400
commit1c162a18aae7dd7d491dcb18c7a2613acf70a87f (patch)
tree43f11859e0f7f0238bb980975924c83bf42d87d5
parent53262bf6592a00b606ff5fb3306516f9d6e392e4 (diff)
Add qr code ssh
-rwxr-xr-xarcher.sh10
-rw-r--r--crontab1
-rwxr-xr-xpackages.tm6
-rw-r--r--todo.txt14
4 files changed, 12 insertions, 19 deletions
diff --git a/archer.sh b/archer.sh
index 222ee90..c50f549 100755
--- a/archer.sh
+++ b/archer.sh
@@ -38,19 +38,21 @@ git clone https://github.com/solusipse/fiche.git
cd fiche && make && sudo make install
# Pause to add public key to server
-puburl="$(cat ~/id_rsa.pub | nc termbin.com 9999)"
+puburl="$(cat ~/.ssh/id_rsa.pub | nc termbin.com 9999)"
printf "You may want to give this computer access to your git server...\n
add the newly created public key to your server.\n
You can access it here: $puburl\n
- Consider adding this public key to your dropbox account."
+ or as a qr code:\n"
+qr $puburl
+printf "Consider adding this public key to your dropbox account.\n"
read -p "Press enter to continue"
echo Installing my builds of suckless utilities
-for i in dmenu dwm st slock sent
+for i in dmenu dwm st slock sent dwmblocks
do
cd /tmp
- git clone https://git.chausse.xyz/$i
+ git clone git://git.chausse.xyz/$i
cd $i && make && sudo make install
done
diff --git a/crontab b/crontab
index 8bffd12..06bfaa8 100644
--- a/crontab
+++ b/crontab
@@ -12,4 +12,3 @@
* * * * * kill -36 $(pidof dwmblocks)
# Update date in status bar (signal 6 + 34)
0 0 * * * kill -40 $(pidof dwmblocks)
-
diff --git a/packages.tm b/packages.tm
index b5eb950..0d4e924 100755
--- a/packages.tm
+++ b/packages.tm
@@ -18,6 +18,7 @@ sxhkd
# File viewers
sxiv # Simple X Image viewer
mpv # Minimal player for videos
+vlc # For my terminal based podcasts
zathura # Document viewer base
zathura-ps # Adds PostScript to zathura
zathura-pdf-mupdf # Adds pdf to zathura
@@ -36,6 +37,11 @@ firefox # The sensible web browser
mlocate # updatedb and locate
tcc # Tiny C Compiler
find-cursor # Flashes the cursor to easily find it
+python-qrcode # Generate ASCII qr codes
+rsync # SSH file transfers
+task-spooler # queue tasks
+urlscan # url selector
+scrot # Screenshots
#TUIs
neomutt # New mutt email browser
diff --git a/todo.txt b/todo.txt
deleted file mode 100644
index 8d429c5..0000000
--- a/todo.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-# Install python packages
-```
-pip install --user neovim
-pip install --user gi-remote-dropbox
-pip install --user goobook
-```
-
-# Clone and make my build of st
-
-# Add ~/.local/bin to path
-
-# Start expressvpn through systemctl
-
-# Setup u2f yubikey thing with 70-u2f.rules