Stack

From Things and Stuff Wiki
Revision as of 10:36, 17 February 2013 by Milk (talk | contribs)
Jump to navigation Jump to search


See also BOA, Puppet, etc.

base

tmux
zsh ncdu htop git mercurial
hg clone https://vim.googlecode.com/hg/ vim && cd vim && make && make install
(disable distro vim)
cd ~
wget http://www.atoptool.nl/download/atop-2.0.2.tar.gz && tar zxvf atop-2.0.2.tar.gz && cd atop-2.0.2 && make && make install
php
ruby rubygems
python pip
useradd -m -s zsh milk
passwd milk
adduser milk sudo
ssh-keygen -t rsa
rm -rf /etc/zsh
git clone git@github.com:milkmiruku/zsh.git /etc/zsh
cd /etc/zsh
git submodule init
git submodule update
git clone git@github.com:milkmiruku/dotvim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
mkdir ~/.vim/bundle
git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim

in Vim

:NeoBundleInstall

To sort: multiuser config. permissions? Or /usr/share/config/ ...

git clone git@github.com:milkmiruku/dottmux.git ~/.tmux
ln -s ~/.tmux/.tmux.conf ~/.tmux.conf

other tasks

  • firewall ports
  • services and daemons..