dotfiles
dotfiles copied to clipboard
Bash, Python, IPython scripts, and userspace configuration https://westurner.org/dotfiles/
- https://pagure.io/fedora-kickstarts/blob/main/f/fedora-i3-common.ks - https://github.com/westurner/dotfiles/blob/master/etc/i3/Makefile - https://github.com/westurner/dotfiles/blob/master/etc/i3/config
Is this possible with venv.py?
ENH: lsaliases: ls cdaliases: lswrk Existing functionality: ```bash lsve; lsvirtualenvs # ls -ld ~/-wrk/-ve?? lsce; lscondaenvs # ls -ld ~/-wrk/-ce?? ``` How it would work: ```bash lswrk # (cdwrk; ls...
https://www.anaconda.com/blog/developer-blog/how-to-get-ready-for-the-release-of-conda-4-4/
venv is setting WORKON_HOME to the default set in venv.py. Instead: - venv could set WORKON_HOME to ``os.environ.get('WORKON_HOME', opts.WORKON_HOME if opts.WORKON_HOME else default_workon_home) when: WORKON)`` cases: - using venv.py for...
- https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/25 fixes the app.info logging - [x] patch locally pending this getting merged - Now I'm getting ``sphinx.errors.ThemeError: no theme named 'basicstrap' found (missing theme.conf?)`` - ``pip install requirements.txt``...
- Docstrings - Quoting - lscondaenvs; lsce - csc; _conda_status_core - csd; _conda_status_defaults
- [ ] Add a ``_PYVER`` ENV variable - [ ] Set ``_PYSITE`` (site-packages) to ``~/.local/lib/python${PYVER}/site-packages`` by default ```bash ## PYVER: 'Python Version' # PYVER = 'N.N' PYVER = '2.7'...