mivade / dotfiles

Personal configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Configuration and other common files uesd by me.

Usage

Use GNU stow for each configuration directory. For example to use common git configuration:

stow git

Notes

PATH

The PATH environment variable gets set at the end of ~/.bashrc. It includes ~/bin, ~/.local/bin, and ~/miniconda3/envs/bin/bin. The latter is useful to have a relatively clean conda environment that's used primarily for installing binaries available from conda channels that should be available globally but may not be available through the operating system, e.g., if operating on a shared system without root privileges.

About

Personal configuration files


Languages

Language:Vim Script 61.5%Language:Shell 24.7%Language:Python 10.1%Language:Emacs Lisp 3.7%Language:Perl 0.1%