摘要: sudo apt-get remove ibussudo add-apt-repository ppa:fcitx-team/nightlysudo apt-get updatesudo apt-get install fcitx fcitx-config-gtk fcitx-sogoupinyinsudo apt-get install fcitx-table-allim-switch -s fcitx -z defaultsudo shutdown -r now 阅读全文
posted @ 2013-12-02 20:55 sherlock99 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Git常用命令备忘Git配置git config --global user.name "99" git config --global user.email "99@gmail.com"git config --global color.ui truegit config --global a... 阅读全文
posted @ 2013-12-02 20:24 sherlock99 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 在git-completion.bash最后一行添加 (用vim添加)alias ls='ls --show-control-chars --color=auto' 解决中文文件名乱码git config --global gui.encoding utf-8git config --global core.quotepath false以上解决中文乱码问题Wscript中 使用unicode 既可以在Wscript中运行 也能在github上正常显示git config --global alias.co checkoutgit config --global alias.c 阅读全文
posted @ 2013-12-02 20:19 sherlock99 阅读(636) 评论(0) 推荐(0) 编辑