Add config for mackup
- ignore apps whose config files are in the `dotfiles` repo (see: https://gitlab.webartifex.biz/alexander/dotfiles) - include various (config) files that should not be public: + Cisco's AnyConnect + history files for `bash`, `less`, `python`, `psql`, `tig`, and `zsh` + Nautilus' bookmarks + SSH config & known hosts
This commit is contained in:
parent
c90705bc62
commit
4c6526b1cc
9 changed files with 73 additions and 0 deletions
|
|
@ -41,3 +41,10 @@ Additionally, two `virtualenv`s, "interactive" and "utils", are also created:
|
|||
- "utils" hosts globally available utilities.
|
||||
|
||||
Use `pyenv local ...` to specify a particular Python binary for a project.
|
||||
|
||||
|
||||
### Non-public Dotfiles
|
||||
|
||||
After setting up the Python environments (i.e., the "utils"),
|
||||
running `mackup restore` symlinks further dotfiles into `~/`.
|
||||
This only works for this project's maintainer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue