dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Bash, Python, IPython scripts, and userspace configuration https://westurner.org/dotfiles/

Results 31 dotfiles issues
Sort by recently updated
recently updated
newest added

- 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

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://github.com/westurner/wrd_sphinx_theme

DOC
UBY

https://www.anaconda.com/blog/developer-blog/how-to-get-ready-for-the-release-of-conda-4-4/

BUG
ENH

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

BUG
ready
UBY

- 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

BUG
ENH
in progress
DOC
REF

- [ ] 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'...

ENH