Taking note is very important for a productive life. We always take notes. Whether it's on a writing pad or digital notepads, we must take note.
But why searching for pen and page in this digital world?
All you need to do is follow 3 simple steps, and you will be always ready to take notes in you computer.
First copy this command and paste this in your terminal :
git --version
If you see something like git version 2.47.1 then you have already installed git and you can skip to step 2. Otherwise you need to install git using:
- In Ubuntu: sudo apt-get install git
- In Arch: sudo pacman -S git
- If you have any other distribution, you can follow that procedure to install git.
Paste this command to the terminal:
git clone https://github.com/azam-alif/.note.git
and hit Enter.
Now copy all 4 commands together, given below:
chmod +x ~/.note/setup.sh
chmod +x ~/.note/note.sh
~/.note/./setup.sh
source ~/.bashrcthen hit Enter again.
You are all set now. Type note in the terminal, whenever you need to take note. And all you notes will be saved at the directory named AllNotes in your home directory.