Skip to content

Commit

Permalink
screenfetch script
Browse files Browse the repository at this point in the history
  • Loading branch information
didelphidragon committed Mar 4, 2019
1 parent cefa7a9 commit d84b0bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .dominae/sh/screenfetch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

screenfetch -N -n > ~/.dominae/txt/screenfetch.txt
sed -i -e 's/^/**/' ~/.dominae/txt/screenfetch.txt
sed -i -e 's/:/**:/' ~/.dominae/txt/screenfetch.txt
sed -i -e 's/@/**@/g' ~/.dominae/txt/screenfetch.txt
sed -i -e 's/**@ /@ /g' ~/.dominae/txt/screenfetch.txt
#sed -i -e 's/**@**/@/g' ~/.dominae/txt/screenfetch.txt

0 comments on commit d84b0bd

Please sign in to comment.