Coder Social home page Coder Social logo

efu's People

Contributors

barriosnahuel avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

codacy-badger

efu's Issues

Import Terminal profile

Custom settings:

  • Window size (fullscreen);
  • Font style and size;
  • Keyboard shortcuts;
  • What else?

Add Python

brew install python

This doesn't install the pip command.
Check: sudo easy_install pip

Show hidden files in Finder

run: defaults write com.apple.finder AppleShowAllFiles YES

Note: changes will take effect after restart the Finder (restart computer)

Add OS X terminal improvements

shell ZSH (instead of bash) with OH MY ZHELL --> Theme agnoster -> solarized color scheme

# Install 
curl https://raw.githubusercontent.com/petervanderdoes/git-flow-completion/develop/git-flow-completion.zsh -o ~/.git-flow-completion.zsh &&
echo 'source ~/.git-flow-completion.zsh' >> ~/.zshrc &&

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Add Android custom linter to AS

HowTo: Para hacer esto, descargar el jar y copiarlo a ~/.android/lint/ (es posible tengan que crear la carpeta) y renicien Android Studio.

iTerm2 instead of Terminal using powerlevel9k theme

Should follow https://github.com/bhilburn/powerlevel9k#installation (or https://github.com/robbyrussell/oh-my-zsh ?), and that is:

Custom fonts installation

https://github.com/powerline/fonts#quick-installation, and that is:

git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh
cd ..
rm -rf fonts

Next:

ZSH_THEME="powerlevel9k/powerlevel9k"

POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status time)
  • Best font: Melo D G MZ for powerline, or Ubuntu for powerline

Remember to uncheck "Use a different font for non-ASCII characters":
image

See also #3 and #5.

Add the DEFAULT_USER environment variable

This is to prevent showing the user@machine when using for instance the [agnoster](https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#agnoster) ZSH theme.

Code:

export DEFAULT_USER=nbarrios

Add Android Build Tools to path

It would be great to be able to run commands like: aapt dump badging your.application.package or:

image

The only problem with this is the version of the build tools that can change at any moment. Right now it the export may be: export PATH=$ANDROID_HOME/build-tools/23.0.2:$PATH

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.