Skip to content

Commit

Permalink
Remove Atom
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloPortugal committed Jul 8, 2022
1 parent 2d4cdd4 commit 232c01c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Roles supported:
| audio-tools | Install audacity |
| dev-tools | Install tesseract, jq, xq, docker, docker-compose, go, nodejs, npm, nvm, jre8, jre10, maven, clojure, leiningen, sbt, scala, minikube, kubectl, kubectx, kubefwd, hub and heroku |
| cloud-tools | Install google-cloud-sdk |
| editors | Install vim, atom, emacs, gimp, Intellij + JetBrains Toolbox, Goland, Visual Studio Code and Xmind |
| editors | Install vim, emacs, gimp, Intellij + JetBrains Toolbox, Goland, Visual Studio Code and Xmind |
| media | Install Spotify and Peek (GIF Screen recorder) |
| multimedia | Install gimp and darktable |
| gnome | Configure the desktop environment |
Expand Down
1 change: 0 additions & 1 deletion group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ developer_stack_aur:
- tfswitch-bin

editors:
- atom
- emacs
- vim

Expand Down
2 changes: 1 addition & 1 deletion roles/gnome/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
dconf:
key: /org/gnome/shell/favorite-apps
value: "['firefox.desktop', 'google-chrome.desktop', 'spotify.desktop', 'jetbrains-idea.desktop',
\ 'jetbrains-goland.desktop', 'visual-studio-code.desktop', 'atom.desktop', 'emacs.desktop',
\ 'jetbrains-goland.desktop', 'visual-studio-code.desktop', 'emacs.desktop',
\ 'slack.desktop', 'signal-desktop.desktop', 'terminator.desktop', 'pamac-manager.desktop']"
state: present
become_user: "{{ user_name }}"
Expand Down

0 comments on commit 232c01c

Please sign in to comment.