Skip to content

shunsock/zshian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zshian

  • This repository is my setting files related to .zshrc
  • You can install and use if you want

Getting Started

  1. Please install from GitHub
git clone git@github.com:shunsock/zshian.git
cd zshian
  1. Please run if you do not have Items below
  • homebrew
  • zsh-completions
  • zsh-autosuggestions
  • git
  • zsh-git-prompt
zsh init.sh
  1. run update.sh with below command
  • WARNING
    • update.sh delete your ~/.zshrc file
    • if you want to keep your ~/.zshrc file, please backup before run update.sh
zsh update.sh
source ~/.zshrc

Prompt

  • When you are in directory which git is working, prompt is like below.
  • (if you are not in, hide from console)

Functions

  • zshian alias

    • show all alias
    • all alias is in ./.zsh/doc/alias/*.csv
  • gcm arg1 arg2

    • alias: git commit -m "arg1 arg2"
    • you can search arg1 with command gcm_search_command word
    • if you want to all command data. please read ./zsh_config/doc/search_command_name.txt
  • gcm_search_command arg1

    • you can search command which include arg1
  • targz arg1 arg2

    • copy arg1, but exclude .DS_Store file