From 9cd7d61cc62a988b8200419a685b53e481c87d9f Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Mon, 5 Mar 2018 22:50:26 -0500 Subject: [PATCH] Fix program links in README --- README.md | 16 ++++++++-------- aliases/.git_aliases | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 35a9461..c008d92 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,18 @@ in the system. `set-configs.sh` sets different config files for my PC and laptop as they have slightly different needs (multiple monitors, screen size, etc.). ## Programs Used -* [Bash-it](https -//github.com/Bash-it/bash-it/) - For autocompletion and themes. -* [cmatrix](https -//github.com/abishekvashok/cmatrix) - Matrix screensaver. -* [i3blocks](https -//github.com/vivien/i3blocks) - Alternative status bar for +* [Bash-it](https://github.com/Bash-it/bash-it/) - For autocompletion and themes. +* [cmatrix](https://github.com/abishekvashok/cmatrix) - Matrix screensaver. +* [i3blocks](https://github.com/vivien/i3blocks) - Alternative status bar for i3wm. -* [Various Vim plug-ins](https -//github.com/Kevin-Mok/linux-config/blob/f922e56b50635c9344b26f9088e37acea5647359/dotfiles/vimrc#L38) -* [Neofetch](https -//github.com/dylanaraps/neofetch) - CLI-based app to display +* [Various Vim plug-ins](https://github.com/Kevin-Mok/linux-config/blob/f922e56b50635c9344b26f9088e37acea5647359/dotfiles/vimrc#L38) +* [Neofetch](https://github.com/dylanaraps/neofetch) - CLI-based app to display system information. -* [pipes.sh](https -//github.com/pipeseroni/pipes.sh) - Animated pipes +* [pipes.sh](https://github.com/pipeseroni/pipes.sh) - Animated pipes screensaver. -* [pywal](https -//github.com/dylanaraps/pywal) - Color scheme coordinator. +* [pywal](https://github.com/dylanaraps/pywal) - Color scheme coordinator. -## Switch From: +## Switch From * Linux Mint ➔ Arch Linux * Bash ➔ [Zsh](http://zsh.sourceforge.net/) * Vim(-based) apps: diff --git a/aliases/.git_aliases b/aliases/.git_aliases index 8724128..24f4ca2 100644 --- a/aliases/.git_aliases +++ b/aliases/.git_aliases @@ -20,6 +20,7 @@ alias gstore="git config credential.helper store" alias gstp="git stash pop" alias vig="vi .gitignore" alias vir="vi README.md" +alias crm="mrk README.md" gcm(){ git commit -m "$1" ; } # Aliases }}}