Snippets

Idoenk . Heri Purnomo startup-tools-unix

Created by Idoenk . Heri Purnomo
1
2
3
4
sleep 5s
#killall conky
cd "/home/idoenk/.conky/Idoenk"
conky -c "/home/idoenk/.conky/Idoenk/goth" &
#!/bin/bash
sudo ntfsfix /dev/sda1
bash -c "sleep 12 && /usr/bin/google-chrome-stable --password-store=basic %U"
#!/bin/bah

# make sure the agent is running
# eval "$(ssh-agent -s)"

# load all necesary keys
cd /home/idoenk/.ssh
echo Adding keys...

# Only enable the one you needed
ssh-add id_github
ssh-add id_bitbucket

echo Done.
ssh-add -l

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.