Skip to content

매 컴퓨터마다 .bashrc 설정해주는 게 귀찮았다. 자주 사용하는 bash 커맨드를 alias로 줄여두었다.

Notifications You must be signed in to change notification settings

TerryJoo/short-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short commands

Installation

  1. git clone [email protected]:TerryJoo/short-commands.git
  2. cd short-commands
  3. source install.sh
  4. (Optional) Edit configs.sh And restart terminal
  5. (Optional) If you use MacOS, then add the following code to the $HOME/.bash_profile: if [ -f "/Users/$USER/.bashrc" ]; then . "/Users/$USER/.bashrc"; fi

Release Notes

0.2.0

  • PostgreSQL solutions
    • dump <DBNAME> [DB Environment: local(default) | develop | live | test ]
    • restore <DBNAME> [DB Environment: local(default) | develop | live | test ] [Dumped Environment(Backed up)]

0.1.0

Support k8s aliases

0.0.0

Support git aliases

Features

0.3.0

  • help
  • version

1.0.0

  • Remove short-commands
  • Install with options

About

매 컴퓨터마다 .bashrc 설정해주는 게 귀찮았다. 자주 사용하는 bash 커맨드를 alias로 줄여두었다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages