Skip to content
View techieimposter's full-sized avatar
Block or Report

Block or report techieimposter

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

Pinned

  1. dotfiles-2 dotfiles-2 Public

    Forked from holman/dotfiles

    @holman does dotfiles

    Shell 1

  2. Dotfiles Dotfiles
    1
    alias cp='cp -iv'                           # Preferred 'cp'    implementation
    2
    alias mv='mv -iv'                           # Preferred 'mv'    implementation
    3
    mkdir() { command mkdir -pv "$1" && cd "$1"; }  # Preferred 'mkdir' implementation
    4
    alias l='ls -FGlahp'                        # Preferred 'ls'    implementation
    5
    alias less='less -FSRXc'                    # Preferred 'less' implementation
  3. dotfiles dotfiles Public

    Forked from paulirish/dotfiles

    paul's shell, git, etc config files. also homebrew, migration setup. good stuff.

    Vim Script 1

  4. dotfiles-1 dotfiles-1 Public

    Forked from paulmillr/dotfiles

    Colourful & robust configuration files and utilities for Mac, Linux and BSD

    Vim Script 1

  5. dotfiles-3 dotfiles-3 Public

    Forked from mathiasbynens/dotfiles

    🔧 .files, including ~/.macos — sensible hacker defaults for macOS

    Shell 1