My dotfiles for Linux (Ubuntu)

Instalation

$ git clone https://github.com/emalherbi/dotfiles-linux.git && cd dotfiles

How to run

Linux

$ chmod +x install
$ bash install

Config

Linux

E-mail

After installation, configurate to receiving emails when your PC start.

  1. Edit file "linux/email-send-pc-start.sh", and change the email.
echo "Hello. Your computer $PC - $OS was connected at $DT." | mail -s "[$PC - $OS] Access $DT" email@email.com
  1. Run the command below:
crontab -e
@reboot ~/email-send-pc-start.sh

Gitlab-runner

  1. Run the command below:
crontab -e
@reboot ~/gitlab-runner.sh

Android HOME & Java HOME

Configure "ANDROID_HOME" and "JAVA_HOME" if necessary.

  1. Edit file "system/.bash_aliases".
export ANDROID_HOME=${HOME}/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
export JAVA_HOME='/usr/lib/jvm/java-8-openjdk-amd64'

Aliases

Linux

Git

Utils

.bash_profile

.bash_aliases

.inputrc

.gitconfig

.gitignore

.git-completion

.editorconfig

Gems e etc

=> linux ✔
|  => aptitude ✔
|  => xclip ✔
|  => meld ✔
|  => rar ✔
=> homebrew ✔
|  => node ✔
|  => svn ✔
|  => ant ✔
|  => vim ✔
|  => wifi-password ✔
|  => 7zip ✔
|  => yarn ✔
=> ruby ✔
|  => gem ✔
|  => cocoapods ✔
|  => jekyll ✔
=> node ✔
|  => grunt ✔
|  => grunt-init ✔
|  => bower ✔
|  => yeoman ✔
|  => ionic ✔
|  => vtop ✔
|  => nativefier ✔
|  => npm-check ✔
|  => speed-test ✔
|  => generator-play-ideia ✔
|  => generator-locawebstyle ✔

License

Code is under MIT license and content is under Creative Commons BY-SA 3.0