Adds cron job and brew installed packages
This commit is contained in:
parent
e4a0705ab3
commit
9b714a32bb
2 changed files with 31 additions and 0 deletions
26
brew_packages.txt
Normal file
26
brew_packages.txt
Normal 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
5
clean_downloads_folder.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# delete files in ~/Downloads
|
||||
rm -r ~/Downloads/*
|
||||
|
Loading…
Reference in a new issue