-
Just to leave for reference before it goes unnoticed, [zsh-defer](https://github.com/romkatv/zsh-defer) (by the author of [gitstatus](https://github.com/romkatv/gitstatus) mentioned in https://github.…
-
Here's my `plugins.txt`:
```
zsh-users/zsh-syntax-highlighting
```
`antibody bundle < plugins.txt > .plugins.sh` results in:
```
source /Users/suman/Library/Caches/antibody/https-COLON--SLASH--S…
-
It seems the [minimal theme](https://github.com/S1cK94/minimal) is deprecated in favour of a new [minimal theme](https://github.com/subnixr/minimal)
The new theme looks nice, any chance of getting it…
-
```
➜ ~ zimfw info
zimfw version: 1.1.1 (previous commit is 6129062)
ZIM_HOME: /Users/mark.dziewit/.zim
Zsh version: 5.7.1
System info: Darwin SpaceRocketLauncher 19.2.0 Darwin Kernel Ve…
ghost updated
4 years ago
-
Would be nice to have a upper and lower bounds comment block that delineates what is added to configuration files.
Currently, if you have this in your `.zshrc`:
```
alias dosomestuff='echo 123'
…
-
1. `vim ~/.zimrc` to comment out `zmodule git`
2. `zimfw uninstall`
3. `source ~/.zshrc`
4. `command -v gmv` : `alias gmv='git merge --verify-signatures'`
has to quit the current terminal and s…
-
Is there a guide to help migrating from oh-my-zsh or zplug to zimfw?
In particular I have a few plugins I cannot find in zimfw defaults that I wish to use,
for instance, I can't live without https…
-
Possibly stems from the same underlying issue for #365 and/or #95
`zimfw info` before creating the problem:
```
Zim version: 1.0.1 (previous commit is 28e4345)
ZIM_HOME: /home/dev/.zim
Z…
-
Workaround is to add -m to zsh-defer
See https://github.com/direnv/direnv
-
This may very well be PEBKAC, but I can’t make `yadm` to work nicely with submodules:
```
$ yadm submodule update --init --recursive
fatal: No url found for submodule path '.emacs.d' in .gitmodules…