diff --git a/README.md b/README.md index 29851fa..5fa2dac 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,25 @@ T31M Baseline Config Repository * [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) ### Contents ### -* fish config -* ... +* Baseline Server Setup + * Add SSH Key + Disable Root + * IPTables Default Denie all but 22, 80, 443 + * Install needed Packages + * docker + * docker-compose + * git + * ... + +* fish + config + fisherman + * curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs https://git.io/fisher + * https://blog.el-chavez.me/2018/05/22/bash-to-fish/ + * edc/bass -> bass "./that-one-script.sh" + * omf/foreign-env + * omf/theme-scorphish + +* Sublime Text 3 + * GitGutter + * Package Control + * Anaconda + * Sidebar diff --git a/packages.sh b/main.sh similarity index 100% rename from packages.sh rename to main.sh