Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catchup #1

Merged
merged 12 commits into from
Sep 2, 2022
2 changes: 1 addition & 1 deletion docs/Post Install/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ssh-add ~/.ssh/id_ed25519
[This code](https://gist.github.com/programmers/093a2522020c2cf1ec136463419d5b06) represents a small, unopinioned collection of bashrc functions and aliases that one can append to `~/.bashrc`. They will provide a lot of conveniences with day-to-day usage and can be extended per your use cases. Do not replace your .bashrc with this file, simply append it.


**ZSH Shell Notice**: [ZSH shell](https://www.zsh.org/) and [Oh My ZSH!](https://ohmyz.sh/) are incredibly popular in the industry for all things terminal. Unfortunately, many Programmer's System's scripts and Ansible arrangements do not currently target `~/.zshrc`. Using ZSH will limit the value of what Programmer's System provides. Including these is a major project TODO ([weekend project?](https://github.com/programmers/system_qa/issues/1)).
**ZSH Shell Notice**: [ZSH shell](https://www.zsh.org/) and [Oh My ZSH!](https://ohmyz.sh/) are incredibly popular in the industry for all things terminal. Unfortunately, many Programmer's System's scripts and Ansible arrangements do not currently target `~/.zshrc`. Using ZSH will limit the value of what Programmer's System provides. Including these is a major project TODO ([weekend project?](https://github.com/programmers/system_qa/issues/4)).

<br/>

Expand Down
2 changes: 1 addition & 1 deletion docs/Software/generate_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SoftwareDocsGenerator:
"Ruby"
]

# TODO: redo this... https://github.com/programmers/system_qa/issues/1
# TODO: redo this... https://github.com/programmers/system_qa/issues/8
def format_license_links(self, links):
# Forces "links" to be a list, even if it's a single string.
# This allows for sharing of the formatting logic/is simple.
Expand Down
2 changes: 1 addition & 1 deletion src/ansible/playbooks/ubuntu/Ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
become: true
tasks:

# This playbooks is VERY BUGGY. Refer to this issue: https://github.com/programmers/system_qa/issues/1
# This playbooks is VERY BUGGY. Refer to this issue: https://github.com/programmers/system_qa/issues/9
# ...and, as always, contributions are very welcomed.

- name: RubyMine Trial
Expand Down