Skip to content

Commit b8be5e2

Browse files
committed
2 parents 9570f6b + bcf9cc4 commit b8be5e2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

bashrc/git-config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+

bashrc/install-batch.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ aptitude -y install automake
6464
aptitude -y install bin86
6565
aptitude -y install build-essential
6666
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
6870
aptitude -y install git
6971
aptitude -y install gitk
70-
aptitude -y install svn
72+
aptitude -y install subversion
7173
aptitude -y install mysql-server
7274
aptitude -y install sysklogd
7375
#aptitude -y install arduino

0 commit comments

Comments
 (0)