ionicabizau-dotfiles

2.1.0 • Public • Published
                              .___      __    _____.__.__
                            __| _/_____/  |__/ ____\__|  |   ____   ______
                           / __ |/  _ \   __\   __\|  |  | _/ __ \ /  ___/
                          / /_/ (  <_> )  |  |  |  |  |  |_\  ___/ \___ \
                          \____ |\____/|__|  |__|  |__|____/\___  >____  >
                               \/                               \/     \/

                    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

Buy Me A Coffee

$ 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:

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

Applications

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

Application Script
Qt
curl https://raw.githubusercontent.com/IonicaBizau/dotfiles/master/apps/qt.sh | sh
Compiles VIM
curl https://raw.githubusercontent.com/IonicaBizau/dotfiles/master/apps/get-vim.sh | sh
Node & Mongo
curl https://raw.githubusercontent.com/IonicaBizau/dotfiles/master/apps/node-and-mongo.sh | sh
Node
curl https://raw.githubusercontent.com/IonicaBizau/dotfiles/master/apps/node.sh | sh
Banish404
curl https://raw.githubusercontent.com/IonicaBizau/dotfiles/master/apps/banish404.sh | sh

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. 🐛
  3. For direct and quick help, you can use Codementor. 🚀

😋 How to contribute

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

💖 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:

  • Starring and sharing the projects you like 🚀

  • Buy me a book—I love books! I will remember you after years if you buy me one. 😁 📖

  • PayPal—You can make one-time donations via PayPal. I'll probably buy a coffee tea. 🍵

  • Support me on Patreon—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).

  • Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6

Thanks! ❤️

📜 License

MIT © Ionică Bizău

Readme

Keywords

Package Sidebar

Install

npm i ionicabizau-dotfiles

Weekly Downloads

1

Version

2.1.0

License

MIT

Unpacked Size

14.6 kB

Total Files

3

Last publish

Collaborators

  • ionicabizau