diff --git a/README.md b/README.md index 5fa2dac..abd9b6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # README # -T31M Baseline Config Repository +T31M Dotfiles Repository ### What is this repository for? ### @@ -9,25 +9,5 @@ T31M Baseline Config Repository * [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) ### Contents ### -* 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 - +* FiSH Shell Setup & Configuration + * Based heavily on: omf/theme-sushi check it out diff --git a/fish/config.fish b/fish/config.fish index 8c386ec..386f1df 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -1,6 +1,5 @@ +# pyenv config set -gx PYENV_ROOT $HOME/.pyenv -set -gx PATH ~/bin ~/.local/bin $PYENV_ROOT/bin $PATH - -#pyenv config +set -gx PATH $PYENV_ROOT/bin $PATH status --is-interactive; and pyenv init - | source status --is-interactive; and pyenv virtualenv-init - | source diff --git a/fish_setup.sh b/fish_setup.sh old mode 100644 new mode 100755 diff --git a/main.sh b/main.sh old mode 100644 new mode 100755