Skip to content

Commit

Permalink
Dropped lazygit (#825)
Browse files Browse the repository at this point in the history
IntelliJ's Git support is good enough I don't need it.
  • Loading branch information
freemanjp authored Apr 30, 2022
1 parent ab32be4 commit d8ac241
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 31 deletions.
1 change: 0 additions & 1 deletion .vagrantuser.example
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
# - intellij
# - java
# - kubernetes
# - lazygit
# - maven
# - maven-notifier
# - nodejs
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ environment that you can fork to add your project specific configuration.
* Minikube
* Helm
* Visual Studio Code
* lazygit
* Git-GUI and Gitk
* Postman
* Open JDK
Expand Down
1 change: 0 additions & 1 deletion docs/_docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ ansible:
- intellij
- java
- kubernetes
- lazygit
- maven
- maven-notifier
- nodejs
Expand Down
12 changes: 1 addition & 11 deletions docs/_docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >
Features provided by the GantSign EnV development environment.
numbered_headings: yes
date: 2017-01-18T16:35:52+00:00
modified: 2022-04-14T18:53:43+01:00
modified: 2022-04-30T15:12:25+01:00
---

There are a lot of well known projects, and hidden gems, which aid in your
Expand Down Expand Up @@ -442,16 +442,6 @@ Git commands:

`git release-notes``git log --color --pretty=format:'%s%Cred%d%Creset' --decorate | sed -E 's/(.*) \\((\\#[0-9]+)\\)/* \\2: \\1/' | tac -`

### lazygit

Website: [https://github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)

`lazygit` is a simple terminal UI for Git commands. This terminal UI gives you
a quick view of your current repository and gives you easy access to most Git
commands.

![lazygit view]({{ '/images/lazygit.png' | relative_url }})

### Git-GUI

Website: [https://git-scm.com/docs/git-gui](https://git-scm.com/docs/git-gui)
Expand Down
Binary file removed docs/images/lazygit.png
Binary file not shown.
10 changes: 0 additions & 10 deletions provisioning/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@
- vscode
register: vscode_repo

- name: add lazygit repo
become: yes
apt_repository:
repo: 'ppa:lazygit-team/release'
update_cache: no
tags:
- lazygit
register: lazygit_repo

- name: apt-get update
become: yes
apt:
Expand All @@ -82,4 +73,3 @@
(kubernetes_repo is defined and kubernetes_repo.changed)
or (chrome_repo is defined and chrome_repo.changed)
or (vscode_repo is defined and vscode_repo.changed)
or (lazygit_repo is defined and lazygit_repo.changed)
5 changes: 0 additions & 5 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@
tags:
- hub

# Install lazygit command line UI for git
- role: gantsign.lazygit
tags:
- lazygit

# Install Docker
- role: geerlingguy.docker
tags:
Expand Down
2 changes: 0 additions & 2 deletions provisioning/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
- src: gantsign.kompose
- src: gantsign.kubernetes
version: '3.1.0'
- src: gantsign.lazygit
version: '1.0.1'
- src: gantsign.lightdm
version: 'v3.0.1'
- src: gantsign.maven
Expand Down

0 comments on commit d8ac241

Please sign in to comment.