- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscriptsConfig
More file actions
Latest commit
executable file
·19 lines (13 loc) · 491 Bytes
/
Copy pathscriptsConfig
File metadata and controls
executable file
·19 lines (13 loc) · 491 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
#Leave blank to use normal password authentication
RSAKEYLOC="$HOME/.ssh/id_rsa"
#Directory that has all git repositories, whether as links or whatever.
GITDIR="$HOME/git"
#Location to put all possible wallpaper selections
WALLPAPERSDIR="$HOME/Pictures/wallpapers/thechoices"
#Location to download 4chan pictures to
CHANPICTUREDIR="$HOME/Pictures/4chan"
#Location of the tt-rss installation
TTRSSDIR="/var/website/www/ttrss"
#Number of spaces to replace tabs with
TABNUM=4