Skip to content
View alamaby's full-sized avatar

Block or report alamaby

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alamaby/README.md

Ceasefire Now

Pinned Loading

  1. android-alphabet-icon android-alphabet-icon Public

    A list of Android application that has alphabet icons. Useful for creating a home screen screenshot.

  2. Git Alias Git Alias
    1
    [alias]
    2
    	co = checkout
    3
    	ci = commit
    4
    	st = status
    5
    	br = branch
  3. Vim config Vim config
    1
    set wrap
    2
    set textwidth=72
    3
    set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
    4
    set number
  4. Bash alias, export and so on Bash alias, export and so on
    1
    export LC_ALL=en_US.UTF-8
    2
    export LANG=en_US.UTF-8
    3
    
                  
    4
    export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
    5
    export CLICOLOR=1