Skip to content

Instantly share code, notes, and snippets.

@picasso250
Last active February 1, 2018 05:27
Show Gist options
  • Save picasso250/7852191 to your computer and use it in GitHub Desktop.
Save picasso250/7852191 to your computer and use it in GitHub Desktop.
a fresh new system
alias tl="tmux ls"
alias ta="tmux attach"
; small begin
set number
syntax on
set autoindent
; small end
set smartindent
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
sudo apt-get install sudo vim git subversion ssh apache2 php5 mysql-server curl php5-mysql php5-gd curl php5-curl
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
[Desktop Entry]
Version=1.0
Name=Sublime Text 2
Comment=The text editor you'll fall in love with
Exec=/usr/share/st2/sublime_text
Icon=/usr/share/st2/Icon/128x128/sublime_text.png
StartupNotify=false
Terminal=false
Type=Application
Categories=GNOME;GTK;Utility;TextEditor;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment