Last active
February 1, 2018 05:27
-
-
Save picasso250/7852191 to your computer and use it in GitHub Desktop.
a fresh new system
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias tl="tmux ls" | |
alias ta="tmux attach" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; small begin | |
set number | |
syntax on | |
set autoindent | |
; small end | |
set smartindent | |
set tabstop=4 | |
set shiftwidth=4 | |
set softtabstop=4 | |
set expandtab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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