feat: updated config.fish, bugfixes, README.md
This commit is contained in:
26
README.md
26
README.md
@ -1,6 +1,6 @@
|
|||||||
# README #
|
# README #
|
||||||
|
|
||||||
T31M Baseline Config Repository
|
T31M Dotfiles Repository
|
||||||
|
|
||||||
### What is this repository for? ###
|
### What is this repository for? ###
|
||||||
|
|
||||||
@ -9,25 +9,5 @@ T31M Baseline Config Repository
|
|||||||
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
|
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
|
||||||
|
|
||||||
### Contents ###
|
### Contents ###
|
||||||
* Baseline Server Setup
|
* FiSH Shell Setup & Configuration
|
||||||
* Add SSH Key + Disable Root
|
* Based heavily on: omf/theme-sushi check it out
|
||||||
* 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
|
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
|
# pyenv config
|
||||||
set -gx PYENV_ROOT $HOME/.pyenv
|
set -gx PYENV_ROOT $HOME/.pyenv
|
||||||
set -gx PATH ~/bin ~/.local/bin $PYENV_ROOT/bin $PATH
|
set -gx PATH $PYENV_ROOT/bin $PATH
|
||||||
|
|
||||||
#pyenv config
|
|
||||||
status --is-interactive; and pyenv init - | source
|
status --is-interactive; and pyenv init - | source
|
||||||
status --is-interactive; and pyenv virtualenv-init - | source
|
status --is-interactive; and pyenv virtualenv-init - | source
|
||||||
|
|||||||
0
fish_setup.sh
Normal file → Executable file
0
fish_setup.sh
Normal file → Executable file
Reference in New Issue
Block a user