cswimr/home
Archived
Template
1
0
Fork 0

Compare commits

..

No commits in common. "d67aebaa7302d0c76d044be91a77dd02da9c1f5f" and "16ef4f6af4fa527a0400f8b8661b3db7e2d772a8" have entirely different histories.

3 changed files with 2 additions and 9 deletions

View file

@ -3,8 +3,8 @@ alias wtf="navi"
alias help="navi"
alias rzsh="source ~/.zshrc && echo 'Successfully reloaded zsh!'"
alias aliases="nvim $ZSH_CUSTOM/aliases.zsh && rzsh"
alias zshconfig="nvim ~/.zshrc && rzsh"
alias zshrc="nvim ~/.zshrc && rzsh"
alias zshconfig="zshrc"
alias ohmyzsh="nvim ~/.oh-my-zsh && rzsh"
alias vi="nvim"
alias vim="nvim"

2
.zshrc
View file

@ -70,7 +70,7 @@ ZSH_CUSTOM=$HOME/.zshc
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git colored-man-pages colorize command-not-found cp pyenv pip python virtualenv virtualenvwrapper poetry-env systemd archlinux appup fast-syntax-highlighting)
plugins=(git colored-man-pages colorize command-not-found cp pyenv pip python virtualenv virtualenvwrapper poetry-env archlinux appup fast-syntax-highlighting)
fpath+="${ZSH_CUSTOM:-"$ZSH/custom"}/plugins/zsh-completions/src"
source $ZSH/oh-my-zsh.sh

View file

@ -13,10 +13,3 @@ Or, if you've already cloned the repository, initialize the submodules with the
```sh
git submodules update --recursive
```
## Notes
- `.zshc/aliases.sh` contains aliases for `nano`, `vim`, and `vi`. If you use any of these editors, you may want to change these aliases before reloading your shell.
- If you are not an Arch Linux user, you will want to change the following things:
- `.zshc/aliases.sh`: Remove the `aur` alias.
- `.zhsrc`: Replace the `archlinux` plugin with the [oh-my-zsh plugin(s) for your distrubtion](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins-Overview#distro-related).