feat: updated config.fish, bugfixes, README.md

This commit is contained in:
2020-02-23 16:48:07 +01:00
parent d14a1246f6
commit 482d79c0e5
4 changed files with 5 additions and 26 deletions

View File

@ -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

View File

@ -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

0
fish_setup.sh Normal file → Executable file
View File

0
main.sh Normal file → Executable file
View File