File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/env bash
2
+
3
+ git config --global alias.lg " log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"
4
+ git config --global alias.list " config --list"
5
+ git config --global alias.cfg " config"
6
+ git config --global alias.cfgl " config --list"
7
+ git config --global alias.st " status"
8
+ git config --global user.name " soarpenguin"
9
+ git config --global user.email
" [email protected] "
10
+
Original file line number Diff line number Diff line change @@ -64,10 +64,12 @@ aptitude -y install automake
64
64
aptitude -y install bin86
65
65
aptitude -y install build-essential
66
66
aptitude -y install vim
67
- aptitude -y install gvim
67
+ aptitude -y install vim-gnome
68
+ aptitude -y install ctags
69
+ aptitude -y install cscope
68
70
aptitude -y install git
69
71
aptitude -y install gitk
70
- aptitude -y install svn
72
+ aptitude -y install subversion
71
73
aptitude -y install mysql-server
72
74
aptitude -y install sysklogd
73
75
# aptitude -y install arduino
You can’t perform that action at this time.
0 commit comments