todoman added
This commit is contained in:
parent
05d8247426
commit
d707399a3f
4 changed files with 11 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -50,3 +50,6 @@
|
||||||
[submodule ".oh-my-zsh-plugins/zsh-syntax-highlighting"]
|
[submodule ".oh-my-zsh-plugins/zsh-syntax-highlighting"]
|
||||||
path = .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
|
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
|
[submodule "common/todoman"]
|
||||||
|
path = common/todoman
|
||||||
|
url = https://git.barrera.io/hobarrera/todoman.git
|
||||||
|
|
|
@ -30,6 +30,8 @@ ln -vfs "$DIR/.conky" ~/.
|
||||||
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
||||||
mkdir -p ~/.config/autostart/
|
mkdir -p ~/.config/autostart/
|
||||||
ln -vfs "$DIR/.config/autostart/conky.desktop" ~/.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
|
# tools
|
||||||
ln -vfs "$DIR/tools" ~/
|
ln -vfs "$DIR/tools" ~/
|
||||||
|
@ -54,6 +56,10 @@ rvm install ruby
|
||||||
sudo ln -s /usr/bin/nodejs /usr/bin/node
|
sudo ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
sudo npm install -g reveal-md
|
sudo npm install -g reveal-md
|
||||||
|
|
||||||
|
# todoman
|
||||||
|
cd "$DIR/common/todoman/"
|
||||||
|
sudo python3 setup.py install
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "now go ahead and restart"
|
echo "now go ahead and restart"
|
||||||
echo
|
echo
|
||||||
|
|
1
common/todoman
Submodule
1
common/todoman
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a7c327be6f84c3585028a48b46743ce94afaf5ef
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get dist-upgrade -y
|
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="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
DIR="$DIR/../"
|
DIR="$DIR/../"
|
||||||
|
|
Loading…
Reference in a new issue