todoman added

This commit is contained in:
Cyryl Plotnicki-Chudyk 2015-07-04 11:45:07 +02:00
parent 05d8247426
commit d707399a3f
4 changed files with 11 additions and 1 deletions

3
.gitmodules vendored
View file

@ -50,3 +50,6 @@
[submodule ".oh-my-zsh-plugins/zsh-syntax-highlighting"]
path = .oh-my-zsh-plugins/zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "common/todoman"]
path = common/todoman
url = https://git.barrera.io/hobarrera/todoman.git

View file

@ -30,6 +30,8 @@ ln -vfs "$DIR/.conky" ~/.
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
mkdir -p ~/.config/autostart/
ln -vfs "$DIR/.config/autostart/conky.desktop" ~/.config/autostart/
mkdir -p ~/.config/todoman/
ln -vfs "$DIR/.config/todoman/todoman.conf" ~/.config/todoman/
# tools
ln -vfs "$DIR/tools" ~/
@ -54,6 +56,10 @@ rvm install ruby
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo npm install -g reveal-md
# todoman
cd "$DIR/common/todoman/"
sudo python3 setup.py install
echo
echo "now go ahead and restart"
echo

1
common/todoman Submodule

@ -0,0 +1 @@
Subproject commit a7c327be6f84c3585028a48b46743ce94afaf5ef

View file

@ -1,7 +1,7 @@
#!/bin/bash
sudo apt-get update
sudo apt-get dist-upgrade -y
sudo apt-get install -y meld whois zsh tmux vim atop aria2 curl pv pixz gajim tor torsocks nodejs npm terminator gsmartcontrol python-pip mesa-utils mesa-utils-extra aptitude p7zip-full p7zip-rar thunderbird mercurial kdiff3 gnupg2
sudo apt-get install -y meld whois zsh tmux vim atop aria2 curl pv pixz gajim tor torsocks nodejs npm terminator gsmartcontrol python-pip mesa-utils mesa-utils-extra aptitude p7zip-full p7zip-rar thunderbird mercurial kdiff3 gnupg2 python3-setuptools
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DIR="$DIR/../"