Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sh <(curl https://marx.sh) --zsh
Sometimes, you only need your dotfiles temporarily. For example, say you're editing some code on a
friend's machine. You could slowly go through it with their editor, or you could load up your vim
config and fly through their code. This is where the `--tmp` flag comes in. You can use the `--tmp`
flag with `--tmux`, `--vim`, or `--zsh`. It will install the packages, download necessary dotfiles into the
flag with `--vim`, `--zsh`, or `--tmux`. It will install the packages, download necessary dotfiles into the
`~/.shell.tmp` directory, and add the shell script `~/.shell.tmp/uninstall.sh` which will uninstall any
packages you installed and remove the `~/.shell.tmp` directory. Temporary install will look for the
“vanilla” versions of synced dotfiles, where possible.