File tree 2 files changed +27
-11
lines changed
2 files changed +27
-11
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
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
+
3
20
## 0.1.1
4
21
5
22
### aliases
@@ -30,7 +47,7 @@ added "libffi-dev" and "python-dev"
30
47
### aliases
31
48
32
49
- ** generic.sh** :
33
-
50
+
34
51
` documents ` -> ` cd ~/Documents `
35
52
36
53
` downloads ` - > ` cd ~/Downloads `
@@ -46,23 +63,23 @@ added "libffi-dev" and "python-dev"
46
63
` media ` -> ` cd /media/$(whoami) `
47
64
48
65
- ** apt.sh** :
49
-
66
+
50
67
` apti ` -> ` sudo apt-get install -y `
51
-
68
+
52
69
` aptr ` -> ` sudo apt-get remove `
53
-
70
+
54
71
` aptp ` -> ` sudo apt-get purge `
55
-
72
+
56
73
` aptu ` -> ` sudo apt-get update `
57
-
74
+
58
75
` apts ` -> ` apt-cache search `
59
-
76
+
60
77
- ** docker.sh** :
61
-
78
+
62
79
` dops ` -> ` docker ps -a `
63
-
80
+
64
81
` doim ` -> ` docker images `
65
-
82
+
66
83
` doip ` -> ` docker-machine ip default `
67
84
68
85
### apps
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ There are several bash scripts organized by category:
11
11
- ** db** : these scripts install databases (Postgresql, MySql...) and their related tools like management GUIs
12
12
- ** tools** : these scripts install development tools (like Docker)
13
13
- ** aliases** : these scripts add useful aliases to .bashrc (like shortcuts for apt-get commands)
14
- - ** apps** : these scripts install third party applications
15
14
- ** extra** : these scripts install tools to customize the GUI and behaviour of Ubuntu
16
15
- ** core.sh** : this script installs libraries required to compile/run/versioning code
17
16
You can’t perform that action at this time.
0 commit comments