Skip to content

Commit a65911e

Browse files
committed
changelog notes
1 parent 7f82c94 commit a65911e

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

CHANGELOG.md

+27-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# ChangeLog
22

3+
## 0.2.0
4+
5+
### core.sh
6+
7+
Added command to enable syntax highlight for nano
8+
9+
### languages
10+
11+
- **javascript.sh**
12+
13+
Fixed NVM installation (now use git to download the latest available version)
14+
15+
### apps
16+
17+
- Removed apps installation (chrome)
18+
19+
320
## 0.1.1
421

522
### aliases
@@ -30,7 +47,7 @@ added "libffi-dev" and "python-dev"
3047
### aliases
3148

3249
- **generic.sh**:
33-
50+
3451
`documents` -> `cd ~/Documents`
3552

3653
`downloads` - > `cd ~/Downloads`
@@ -46,23 +63,23 @@ added "libffi-dev" and "python-dev"
4663
`media` -> `cd /media/$(whoami)`
4764

4865
- **apt.sh**:
49-
66+
5067
`apti` -> `sudo apt-get install -y`
51-
68+
5269
`aptr` -> `sudo apt-get remove`
53-
70+
5471
`aptp` -> `sudo apt-get purge`
55-
72+
5673
`aptu` -> `sudo apt-get update`
57-
74+
5875
`apts` -> `apt-cache search`
59-
76+
6077
- **docker.sh**:
61-
78+
6279
`dops` -> `docker ps -a`
63-
80+
6481
`doim` -> `docker images`
65-
82+
6683
`doip` -> `docker-machine ip default`
6784

6885
### apps

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ There are several bash scripts organized by category:
1111
- **db**: these scripts install databases (Postgresql, MySql...) and their related tools like management GUIs
1212
- **tools**: these scripts install development tools (like Docker)
1313
- **aliases**: these scripts add useful aliases to .bashrc (like shortcuts for apt-get commands)
14-
- **apps**: these scripts install third party applications
1514
- **extra**: these scripts install tools to customize the GUI and behaviour of Ubuntu
1615
- **core.sh**: this script installs libraries required to compile/run/versioning code
1716

0 commit comments

Comments
 (0)