1 Star 0 Fork 0

sevk/home

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
init_install.rb 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
sevk 提交于 2014-03-24 10:11 . git ignore .[z-a]
#install from mini.iso
#
a = "
xfce4-terminal
vim
git
xfonts-intl-chinese
build-essential
irssi
"
if system('which apt-get')
a.each_line do |x|
system "apt-get install #{x}"
end
end
"
mkdir -p .irssi/scripts/autorun
cd .irssi/scripts/autorun
wget http://scripts.irssi.org/scripts/usercount.pl
wget http://scripts.irssi.org/scripts/nickcolor.pl
wget http://scripts.irssi.org/scripts/beep_beep.pl
cd
wget https://raw.github.com/git/git/master/contrib/completion/git-completion.bash
cd ~/dotfiles/vim/bundle/
git clone https://github.com/gmarik/vundle.git --depth=1
git config alias.pullall '!f(){ git pull "$@" && git submodule update --init --recursive; }; f'
".each_line {|x|
puts system x
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/sevkme/home.git
[email protected]:sevkme/home.git
sevkme
home
home
master

搜索帮助