0
0
Просмотр исходного кода

feat(lazydocker): add `lazydocker` config

Joe 1 год назад
Родитель
Сommit
ca96281602
4 измененных файлов с 18 добавлено и 0 удалено
  1. 1 0
      .config/.gitignore
  2. 5 0
      .config/lazydocker/.gitignore
  3. 7 0
      .config/lazydocker/config.yml
  4. 5 0
      .github/README.md

+ 1 - 0
.config/.gitignore

@@ -5,5 +5,6 @@
 !brew/
 !git/
 !jonathandarker/
+!lazydocker/
 !tmux/
 !zsh/

+ 5 - 0
.config/lazydocker/.gitignore

@@ -0,0 +1,5 @@
+# ignore everything...
+/*
+!.gitignore
+# ...except for these:
+!config.yml

+ 7 - 0
.config/lazydocker/config.yml

@@ -0,0 +1,7 @@
+### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
+# config.yml
+#
+# Docs:
+# * https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md
+### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
+

+ 5 - 0
.github/README.md

@@ -35,6 +35,11 @@ distributed version control system.
 A color scheme inspired by [JetBrain's](https://www.jetbrains.com/)
 [Darcula](https://jetbrains.com/help/idea/configuring-colors-and-fonts.html).
 
+### [lazydocker (`~/.config/lazydocker/`)](./.config/lazydocker/)
+
+Configuration for [lazydocker](https://github.com/jesseduffield/lazydocker/), a
+simple terminal UI for both docker and docker-compose.
+
 ### [tmux (`~/.config/tmux/`)](./.config/tmux/)
 
 Configuration for [tmux](https://github.com/tmux/tmux), a terminal multiplexer.