Made major changes when syncing a new computer
This commit is contained in:
parent
4e46332692
commit
b5e95c7e1b
@ -1 +1,2 @@
|
||||
exec xrandr --output HDMI1 --mode 1920x1080 --primary --output HDMI3 --mode 1920x1080 --left-of HDMI1
|
||||
exec i3
|
||||
|
@ -59,3 +59,10 @@ python-tk
|
||||
blender
|
||||
libnotify-bin
|
||||
xterm
|
||||
xdm
|
||||
i3-wm
|
||||
i3status
|
||||
i3lock
|
||||
startx
|
||||
suckless-tools
|
||||
feh
|
||||
|
@ -1,3 +1,5 @@
|
||||
#sudo add-apt-repository ppa:vincent-c/ponysay
|
||||
software-properties-common
|
||||
tasksel
|
||||
#tasksel install lamp-server
|
||||
php5-gd
|
||||
|
@ -7,3 +7,4 @@ rm -rf vim
|
||||
cd vim
|
||||
./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-gui=gtk2 --enable-cscope --prefix=/usr --enable-luainterp=dynamic | tee -a log
|
||||
make | tee -a log
|
||||
sudo make install | tee -a log
|
||||
|
Loading…
Reference in New Issue
Block a user