Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
simeg authored Dec 18, 2021
2 parents a37ac50 + eb0cf10 commit 37a6a97
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
7 changes: 5 additions & 2 deletions Node.js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,11 @@ npm uninstall [-g] <package>

## yarn

Yarn is package manager
Yarn is another package manager built by Facebook. Yarn stands for Yet Another
Resource Negotiator. It provides similar functionalities as NPM. It is an
alternative to NPM when installing, uninstalling, and managing package
dependencies from the NPM registry or GitHub repositories.

```
```sh
brew install yarn
```
2 changes: 1 addition & 1 deletion Python/numpy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Numpy, Scipy and Matplotlib

The [NumPy](https://numpy.org/), [SciPy](https://www.scipy.org/) and [Matplotlib](https://matplotlib.org/) scientific libraries for Python are always a little tricky to install from source because they have all these dependencies they need to build correctly.
The [NumPy](https://numpy.org/), [SciPy](https://scipy.org/) and [Matplotlib](https://matplotlib.org/) scientific libraries for Python are always a little tricky to install from source because they have all these dependencies they need to build correctly.

There are two ways to install these libraries:

Expand Down
1 change: 0 additions & 1 deletion References/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Thank you for all the awesome pages and documentation below which helped set thi
- [GitHub](https://help.github.com/articles)
- [GitBook](https://github.com/GitbookIO/gitbook)
- [Sublime Plugins](https://sublime.wbond.net/)
- [Scala IDE Documentation](https://docs.scala-lang.org/overviews/scala-book/preliminaries.html#ides)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion iTerm/zsh.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# zsh

The Z shell (also known as `zsh`) is a Unix shell that is built on top of `bash`
and that, since macOS 10.15 Catalina, is the **default** shell for macOS.
and that, since macOS 10.15 Catalina, is the **default** shell for macOS.
Since it has many with additional features, _if you have a version of macOS older than Catalina_,
it's recommended to use `zsh` over `bash`. In this case it's also highly recommended to install a framework with
`zsh` as it makes dealing with configuration, plugins and themes a lot nicer.
Expand Down

0 comments on commit 37a6a97

Please sign in to comment.