Home

Awesome

<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->
                              .___      __    _____.__.__
                            __| _/_____/  |__/ ____\__|  |   ____   ______
                           / __ |/  _ \   __\   __\|  |  | _/ __ \ /  ___/
                          / /_/ (  <_> )  |  |  |  |  |  |_\  ___/ \___ \
                          \____ |\____/|__|  |__|  |__|____/\___  >____  >
                               \/                               \/     \/

                    This repository contains personal dotfiles of Ionică Bizău.

dotfiles

Support me on Patreon Buy me a book PayPal Ask me anything Version Downloads Get help on Codementor

<a href="https://www.buymeacoffee.com/H96WwChMy" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee"></a>

$ wget -qO- http://goo.gl/3owX4S | sh
# or
$ curl -L http://goo.gl/3owX4S | sh

NPM Config

Do not install Node.JS packages as root (never) but with the current user.

$ echo prefix = ~/.node >> ~/.npmrc

Then open ~/.bashrc (Linux) or ~/.bash_profile (Mac) and add:

export PATH=$HOME/.node/bin:$PATH

Finally, run the following command to update the environment variables.

$ source ~/.bashrc

Johnny's Apps

Small scripts that make the work faster. Put them in the root directory:

<table> <thead> <tr> <td>Shortcut</td> <td>Alternative to</td> </tr> </thead> <tbody> <tr> <td> <pre> $ /johnnysapps/moveDev.sh </pre> </td> <td> <pre> $ git tag -d dev $ git tag dev $ git push --tags </pre> </td> </tr> <tr> <td> <pre> $ /johnnysapps/Master.sh </pre> </td> <td> <pre> $ git checkout master </pre> </td> </tr> <tr> <td> <pre> $ /johnnysapps/checkoutMain.sh </pre> </td> <td> <pre> $ git checkout master $ git checkout main.js </pre> </td> </tr> <tr> <td> <pre> $ /johnnysapps/gitCommit.sh "foo" </pre> </td> <td> <pre> $ git commit -m "foo" $ git push </pre> </td> </tr> <tr> <td> <pre> $ /johnnysapps/update.sh </pre> </td> <td> <pre> $ sudo apt-get update $ sudo apt-get dist-upgrade </pre> </td> </tr> </tbody> </table>

Applications

A list of scripts that will install some applications that I often use.

<table> <thead> <tr> <td>Application</td> <td>Script</td> </tr> </thead> <tbody> <tr> <td>Qt</td> <td> <pre> curl https://raw.githubusercontent.com/IonicaBizau/dotfiles/master/apps/qt.sh | sh </pre> </td> </tr> <tr> <td>Compiles VIM</td> <td> <pre> curl https://raw.githubusercontent.com/IonicaBizau/dotfiles/master/apps/get-vim.sh | sh </pre> </td> </tr> <tr> <td>Node & Mongo</td> <td> <pre> curl https://raw.githubusercontent.com/IonicaBizau/dotfiles/master/apps/node-and-mongo.sh | sh</td> </pre> </tr> <tr> <td>Node</td> <td> <pre> curl https://raw.githubusercontent.com/IonicaBizau/dotfiles/master/apps/node.sh | sh </pre> </td> </tr> <tr> <td>Banish404</td> <td> <pre> curl https://raw.githubusercontent.com/IonicaBizau/dotfiles/master/apps/banish404.sh | sh </pre> </td> </tr> </tbody> </table>

:question: Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
  2. For bug reports and feature requests, open issues. :bug:
  3. For direct and quick help, you can use Codementor. :rocket:

:yum: How to contribute

Have an idea? Found a bug? See how to contribute.

:sparkling_heart: Support my projects

I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

Thanks! :heart:

:scroll: License

MIT © Ionică Bizău