Dotfiles
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
gem: --no-document |
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
[user] | |
name = Ricardo Siqueira de Oliveira Leite | |
email = XXX@XXX | |
[color] | |
diff = true | |
grep = true | |
interactive = true | |
status = true | |
branch = true | |
status = true | |
ui = true | |
[core] | |
editor = vim | |
excludesfile = /home/ricardoleite/.gitignore | |
[alias] | |
st = status | |
ci = commit | |
br = branch | |
df = diff | |
lg = log -pgit ps | |
co = checkout | |
pom = pull origin master | |
ps = push | |
pl = pull | |
plr = pull --rebase | |
tree = "log --graph --pretty=format:'%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" | |
[push] | |
default = upstream |
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
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion | |
*.iml | |
## Directory-based project format: | |
.idea/ | |
# if you remove the above rule, at least ignore the following: | |
# User-specific stuff: | |
# .idea/workspace.xml | |
# .idea/tasks.xml | |
# .idea/dictionaries | |
# Sensitive or high-churn files: | |
# .idea/dataSources.ids | |
# .idea/dataSources.xml | |
# .idea/sqlDataSources.xml | |
# .idea/dynamic.xml | |
# .idea/uiDesigner.xml | |
# Gradle: | |
# .idea/gradle.xml | |
# .idea/libraries | |
# Mongo Explorer plugin: | |
# .idea/mongoSettings.xml | |
## File-based project format: | |
*.ipr | |
*.iws | |
## Plugin-specific files: | |
# IntelliJ | |
/out/ | |
# mpeltonen/sbt-idea plugin | |
.idea_modules/ | |
# JIRA plugin | |
atlassian-ide-plugin.xml | |
# Crashlytics plugin (for Android Studio and IntelliJ) | |
com_crashlytics_export_strings.xml | |
crashlytics.properties | |
*~ | |
# KDE directory preferences | |
.directory | |
# Linux trash folder which might appear on any partition or disk | |
.Trash-* | |
*.rbc | |
capybara-*.html | |
.rspec | |
/log | |
/tmp | |
/db/*.sqlite3 | |
/db/*.sqlite3-journal | |
/public/system | |
/coverage/ | |
/spec/tmp | |
**.orig | |
rerun.txt | |
pickle-email-*.html | |
# TODO Comment out these rules if you are OK with secrets being uploaded to the repo | |
#config/initializers/secret_token.rb | |
config/secrets.yml | |
config/database.yml | |
## Environment normalisation: | |
/.bundle | |
/vendor/bundle | |
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: | |
.rvmrc | |
# if using bower-rails ignore default bower_components path bower.json files | |
/vendor/assets/bower_components | |
*.bowerrc | |
bower.json | |
# Ignore pow environment settings | |
.powenv | |
*.gem | |
*.rbc | |
/.config | |
/coverage/ | |
/InstalledFiles | |
/pkg/ | |
/spec/reports/ | |
/test/tmp/ | |
/test/version_tmp/ | |
/tmp/* | |
## Specific to RubyMotion: | |
.dat* | |
.repl_history | |
build/ | |
## Documentation cache and generated files: | |
/.yardoc/ | |
/_yardoc/ | |
## Environment normalisation: | |
/.bundle/ | |
/vendor/bundle | |
/lib/bundler/man/ | |
# for a library or gem, you might want to ignore these files since the code is | |
# intended to run in multiple environments; otherwise, check them in: | |
# Gemfile.lock | |
.ruby-version | |
.ruby-gemset | |
.sass-cache | |
*.css.map | |
## oh-my-zsh | |
.rake_tasks | |
.tags* | |
tags* | |
.imdone/ |
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
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* |
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
# Path to your oh-my-zsh installation. | |
export ZSH=/home/ricardoleite/.oh-my-zsh | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. | |
ZSH_THEME="gnzh" | |
# Uncomment the following line to use case-sensitive completion. | |
# CASE_SENSITIVE="true" | |
# Uncomment the following line to disable bi-weekly auto-update checks. | |
# DISABLE_AUTO_UPDATE="true" | |
# Uncomment the following line to change how often to auto-update (in days). | |
export UPDATE_ZSH_DAYS=7 | |
# Uncomment the following line to disable colors in ls. | |
# DISABLE_LS_COLORS="true" | |
# Uncomment the following line to disable auto-setting terminal title. | |
# DISABLE_AUTO_TITLE="true" | |
# Uncomment the following line to enable command auto-correction. | |
# ENABLE_CORRECTION="true" | |
# Uncomment the following line to display red dots whilst waiting for completion. | |
# COMPLETION_WAITING_DOTS="true" | |
# Uncomment the following line if you want to disable marking untracked files | |
# under VCS as dirty. This makes repository status check for large repositories | |
# much, much faster. | |
# DISABLE_UNTRACKED_FILES_DIRTY="true" | |
# Uncomment the following line if you want to change the command execution time | |
# stamp shown in the history command output. | |
# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" | |
HIST_STAMPS="dd.mm.yyyy" | |
# Would you like to use another custom folder than $ZSH/custom? | |
# ZSH_CUSTOM=/path/to/new-custom-folder | |
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) | |
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ | |
# Example format: plugins=(rails git textmate ruby lighthouse) | |
# Add wisely, as too many plugins slow down shell startup. | |
plugins=(bundler bower bundler colored-man-pages command-not-found common-aliases compleat debian dircycle docker gem git gitfast git-extras git-prompt nmap rails rake-fast redis-cli rvm rsync zsh-navigation-tools zsh-wakatime) | |
# User configuration | |
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin" | |
# export MANPATH="/usr/local/man:$MANPATH" | |
source $ZSH/oh-my-zsh.sh | |
# You may need to manually set your language environment | |
# export LANG=en_US.UTF-8 | |
# Preferred editor for local and remote sessions | |
if [[ -n $SSH_CONNECTION ]]; then | |
export EDITOR='vim' | |
else | |
export EDITOR='vim' | |
fi | |
# Compilation flags | |
# export ARCHFLAGS="-arch x86_64" | |
# ssh | |
# export SSH_KEY_PATH="~/.ssh/dsa_id" | |
# Set personal aliases, overriding those provided by oh-my-zsh libs, | |
# plugins, and themes. Aliases can be placed here, though oh-my-zsh | |
# users are encouraged to define aliases within the ZSH_CUSTOM folder. | |
# For a full list of active aliases, run `alias`. | |
# | |
# Example aliases | |
alias zshconfig="atom ~/.zshrc" | |
alias ohmyzsh="atom ~/.oh-my-zsh" | |
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting | |
[[ -s "$HOME/.kiex/scripts/kiex" ]] && source "$HOME/.kiex/scripts/kiex" | |
export PATH="$PATH:$HOME/.cabal/bin" | |
fpath=(~/.zsh/Completion $fpath) |
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
#repositóios | |
sudo add-apt-repository ppa:webupd8team/sublime-text-3 | |
sudo add-apt-repository ppa:webupd8team/atom | |
sudo ppa-purge ppa:ubuntu-mozilla-daily/firefox-aurora | |
## instalação do postgresql https://www.postgresql.org/download/linux/ubuntu/ | |
#instalação basica de aplicativos e atualização do sistema | |
sudo apt-get update | |
sudo apt-get install atom sublime-text-installer postgresql | |
postgresql-client postgresql-server-dev-9.5 build-essential vim zsh | |
pgadmin3 mysql-client mysql-server mysql-workbench libmysqlclient-dev | |
libmysqlclient20 terminator git git-flow gitg | |
sudo apt-get dist-upgrade | |
#mudança para zsh: editar o seguinte arquivo | |
sudo vim /etc/passwd | |
#editar o usuaŕio de 'geralmente' /bin/bash para /bin/zsh | |
solvian:x:1000:1000:Solvian,,,:/home/solvian:/bin/zsh | |
# instalação do oh-my-zsh | |
https://github.com/robbyrussell/oh-my-zsh | |
#dica de temas https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
#criar os arquivos de configuração basico seguindo o exemplo | |
https://gist.github.com/ricsdeol/b6efa77fce7f70771d5c789a4a54ecfa | |
#ajustar o terminal para inicializar como 'login as shell' | |
# instalação do ruby <3 | |
gpg --keyserver hkp://keys.gnupg.net --recv-keys | |
409B6B1796C275462A1703113804BB82D39DC0E3 | |
curl -sSL https://get.rvm.io | bash -s stable --auto-dotfiles | |
#instalando uma versão especifica do ruby | |
rvm install 2.3.0 | |
gem install bundler #gerenciamento de dependencias do ruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment