Skip to content

Commit 9d69720

Browse files
committedJan 3, 2021
Merge branch 'master' of github.com:lra/mackup
2 parents 09b6bfe + cd86c2c commit 9d69720

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
- Updated support for Clipy (via @jclerc)
1212
- Added support for aerc (via @Crocmagnon)
1313
- Added support for espanso (via @maxandersen)
14+
- Added support for lazygit (via @joshmedeski)
1415
- Added support for WebStorm versions 2019.4, 2020.2, 2020.3, 2020.4 (via @bdcarr)
1516
- Added support for draft (via @dfang)
17+
- Added support for lf (via @joshmedeski)
1618
- Added support for Beets (via @publicarray)
1719
- Added support for Krew (via @exherb)
1820
- Added support for Homebrew (via @exherb)

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,9 @@ See the [README](doc/README.md) file in the doc directory for more info.
387387
- [Kwm](https://koekeishiya.github.io/kwm/)
388388
- [LaTeXiT](http://www.chachatelier.fr/latexit/latexit-home.php?lang=en)
389389
- [LaunchBar](https://www.obdev.at/products/launchbar/index.html)
390+
- [lazygit](https://github.com/jesseduffield/lazygit)
390391
- [Ledger](http://ledger-cli.org)
392+
- [lf](https://github.com/gokcehan/lf)
391393
- [LibreOffice](https://www.libreoffice.org/)
392394
- [Liftoff](https://github.com/thoughtbot/liftoff)
393395
- [Light Table](http://lighttable.com/)

‎mackup/applications/lazygit.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[application]
2+
name = lazygit
3+
4+
[configuration_files]
5+
Library/Application Support/jesseduffield/lazygit/config.yml

‎mackup/applications/lf.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[application]
2+
name = lf
3+
4+
[xdg_configuration_files]
5+
lf/lfrc

0 commit comments

Comments
 (0)