Added wdiwtlt setup.
This commit is contained in:
parent
50c87cc354
commit
24b846cd87
22
setup.sh
22
setup.sh
@ -2,12 +2,12 @@
|
||||
pushd ~
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install vim tmux git fluxbox aptitude default-jdk default-jdk-doc fontconfig apt-file thefuck libxft-dev
|
||||
sudo apt-get install vim tmux git fluxbox aptitude default-jdk default-jdk-doc fontconfig apt-file thefuck libxft-dev python-setuptools
|
||||
sudo apt-file update
|
||||
mkdir ~/projects ~/programs ~/temp
|
||||
git clone _git@git.jdb-labs.com:jdb/dotfile temp/dotfiles
|
||||
cd ~/temp/dotfiles
|
||||
cp -r .fonts .tmux.conf .vimrc .vim .bash_aliases .gitconfig .screenrc .Xdefaults .config .gradle .xinitrc ~
|
||||
cp -r bin .fonts .tmux.conf .vimrc .vim .bash_aliases .gitconfig .screenrc .Xdefaults .config .gradle .xinitrc .wdiwtlt.properties .wdiwtlt.cli.properties ~
|
||||
cat .bashrc >> ~/.bashrc
|
||||
|
||||
# VIM
|
||||
@ -59,4 +59,22 @@ nim c -r src/nimble install
|
||||
echo 'export NIM_HOME="$HOME/programs/nim"' >> ~/.profile
|
||||
echo 'export PATH="$PATH:$NIM_HOME/bin:$HOME/.nimble/bin"' >> ~/.profile
|
||||
|
||||
source ~/.profile
|
||||
|
||||
# WDIWTLT
|
||||
cd ~/projects
|
||||
git clone _git@git.jdb-labs.com:jdb/util-classes
|
||||
cd util-classes
|
||||
git checkout 4.4
|
||||
gradle install clean
|
||||
cd ..
|
||||
git clone _git@git.jdb-labs.com:jdb/wdiwtlt
|
||||
cd wdiwtlt
|
||||
gradle clean assembleDist
|
||||
cd ~/programs
|
||||
tar xf ~/projects/wdiwtlt/cli/build/distributions/*.tar
|
||||
mv wdiwtlt-* wdiwtlt
|
||||
chmod +x
|
||||
ln -s wdiwtlt/bin/wdiwtlt-cli ~/bin/wdiwtlt
|
||||
|
||||
popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user