Commit graph

12 commits

Author SHA1 Message Date
a3c8f3da1c
Move __pycache__ folders to /tmp 2024-06-21 01:21:30 +02:00
67c6eba5bd
Rename the $REPOS folder 2024-02-15 23:11:26 +01:00
5edfc00f08
Integrate machine-specific ENV variables
~/.profile_local can now be used to define machine-specific ENV
variables and other shell initialization logic.
2023-09-13 11:52:33 +02:00
1cccb7df0e
Move mackup's config to $XDG_CONFIG_HOME/mackup
- move all of mackup's config files into $XDG_CONFIG_HOME/mackup:
  + ~/.mackup.cfg => configs for mackup itself
  + ~/.mackup/*.cfg => custom sync rules applied by mackup
- add automatic installation of `pipx` and `mackup` during the
  setup of the dotfiles
  + `pipx`'s config is moved into $XDG_CONFIG_HOME
  + `mackup`s config locations are adapted via a "little hack"
2023-05-01 02:22:43 +02:00
f76b32b790
Move $XDG_CONFIG_HOME/shell/init_dotfiles to $XDG_DATA_HOME/dotfiles/setup.sh 2023-05-01 02:22:43 +02:00
13b8724696
Move everything possible into XDG directories
With the help of xdg-ninja (https://github.com/b3nj5m1n/xdg-ninja)
we move all kinds of config/cache files into the XDG directories
2023-05-01 02:22:39 +02:00
8aad11aed1
Configure bat, the nicer cat 2022-08-14 17:38:43 +02:00
0319e614b8
Configure Python develop tool chain
- use pyenv to manage the develop environments
  + install several Python versions (3.7 - 3.10 and 2.7)
  + each version receives its own copies of black, pipenv, and poetry
- add two more virtual environments based off the latest version:
  + "interactive" => default environment optimized for interactive
                     usage with with black, bpython, and ipython
                     (also receives accidental `pip install`s)
  + "utils" => hosts various globally available tools/apps
               (e.g., mackup and youtube-dl)
- add installation and update scripts for the entire tool chain
- set up completions for bash and zsh
- set up convenient aliases
- configure bpython
- configure poetry
2022-08-11 22:25:20 +02:00
270453dbe0
Configure psql 2022-08-11 22:24:36 +02:00
4bad81c4dd
Configure vim 2022-08-11 22:24:35 +02:00
8dbb94f75a
Configure zsh 2022-08-11 21:22:50 +02:00
47c92124e5
Configure bash 2022-08-11 21:21:47 +02:00