Adds cron job and brew installed packages

This commit is contained in:
William Carroll 2016-08-01 13:22:21 -04:00
parent e4a0705ab3
commit 9b714a32bb
2 changed files with 31 additions and 0 deletions

26
brew_packages.txt Normal file
View file

@ -0,0 +1,26 @@
bash-completion
bind
chromedriver
cmatrix
coreutils
cowsay
gdbm
gettext
httpie
jq
json-c
libstfl
newsbeuter
oniguruma
openssl
pidof
pup
python
readline
recode
shc
sqlite
tree
wget
xz
zsh-syntax-highlighting

5
clean_downloads_folder.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# delete files in ~/Downloads
rm -r ~/Downloads/*