Added applications to *.txt installer files. Added vim.sh for compiling vim. Moved syncthing startup into i3config.
This commit is contained in:
parent
7aa5f48295
commit
a06ddcf16d
@ -219,3 +219,4 @@ bindsym $mod+m focus mode_toggle
|
||||
# #status_command i3status
|
||||
#}
|
||||
exec --no-startup-id feh --bg-scale "`shuf -n1 -e ~/.i3/wall/*`"
|
||||
exec --no-startup-id screen -dmS syncthing /home/stonewareslord/Applications/syncthing/syncthing
|
||||
|
@ -54,3 +54,4 @@ xautolock
|
||||
sqlitebrowser
|
||||
tdfsb
|
||||
icedtea-7-plugin
|
||||
lsb
|
||||
|
@ -51,3 +51,6 @@ nmap
|
||||
traceroute
|
||||
openjdk-7-jdk
|
||||
fdupes
|
||||
libssl-dev
|
||||
libavahi-client-dev
|
||||
libasound2-dev
|
||||
|
8
scripts/vim.sh
Normal file
8
scripts/vim.sh
Normal file
@ -0,0 +1,8 @@
|
||||
sudo apt-get install mercurial libncurses5-dev libgnome2-dev libgnomeui-dev libgtk2.0-dev libatk1.0-dev libbonoboui2-dev libcairo2-dev libx11-dev libxpm-dev libxt-dev
|
||||
sudo apt-get build-dep vim
|
||||
mkdir -p /tmp/vim
|
||||
cd /tmp/vim
|
||||
rm -rf vim
|
||||
(date && hg clone https://vim.googlecode.com/hg/ vim) 2>&1 |tee -a log
|
||||
cd vim
|
||||
./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-gui=gtk2 --enable-cscope --prefix=/usr --enable-luainterp=dynamic | tee log
|
Loading…
Reference in New Issue
Block a user