Wednesday, December 24, 2014

Macbook Pro setup
===========================

Configure Keyboard
———————————————————————

Download the Fr-Ca
Copy:
cf.icns and cf.keylayout
To:
/Library/Keyboard
In the .profile:
# .profile
bash

In the ".bashrc" file, you can add...

To add the time/date in the history:
HISTTIMEFORMAT="%d/%m/%y %T "

Shortcut for "ls -l":
alias ll='ls -l'

Modify the prompt:
export PS1="\n\u@\h \w\n$ "

Add magic to the space !cmd ...

bind Space:magic-space

Monday, December 22, 2014

Configure IntelliJ


Remove some files from the projet view
File -> Settings -> File Types :
Ignore files and folders

...;.surefire-*;*.iml;.idea;.gitignore


Plugins
CheckStyle-IDEA
String Manipulation
Copy on steroids - http://plugins.jetbrains.com/plugin/7198
Markdown
Lombok