- Update & split scripts - Main package install script - Fish / environment install script - Dockerfile for testing locally
23 lines
681 B
Markdown
23 lines
681 B
Markdown
# README #
|
|
|
|
T31M Dotfiles Repository
|
|
|
|
### What is this repository for? ###
|
|
|
|
* Work faster on new Machines
|
|
* Keep Track of Code / Script Snippets
|
|
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
|
|
|
|
### Contents ###
|
|
* FiSH Shell Setup & Configuration
|
|
* Theme/Prompt Based heavily on: omf/theme-sushi check it out
|
|
* NVM + Pyenv / PipX / AWS FiSH support
|
|
* edc/bass
|
|
* fzf
|
|
|
|
### Test in Docker
|
|
|
|
There are some runtime issues due to mounting of .git folder when executing container for test installation !
|
|
|
|
* `docker build --build-arg USER=*your user* -t fish-test .`
|
|
* `docker run --rm -it -v (pwd):/app --mount type=volume,dst=/app/.git --name fish-test fish-test` |