Skip to content

ctsrc/zshrc

Repository files navigation

~/.zshrc

This is my ~/.zshrc for various systems.

Prerequisities for aliases

macOS

  • s, i, u: Install homebrew from https://brew.sh/ in order to use these aliases.

  • vim: Install the neovim package from homebrew in order to use this alias.

FreeBSD

  • vim: Install the neovim package in order to use this alias.

KDE Neon, Ubuntu, Debian, etc

  • vim: Install the neovim package in order to use this alias.

Installation

Step 1: Clone repo

Clone repo to ~/src/zshrc:

cd
mkdir -p ~/src/
cd ~/src/
git clone [email protected]:ctsrc/zshrc.git

Step 2: Symlinks

macOS

ln -s src/zshrc/macOS.zshrc  ~/.zshrc
ln -s src/zshrc/macOS.zshenv ~/.zshenv
ln -s src/zshrc/macOS.curlrc ~/.curlrc
ln -s src/zshrc/macOS.gitconfig ~/.gitconfig
ln -s src/zshrc/macOS.cargo/config ~/.cargo/config

FreeBSD

ln -s src/zshrc/FreeBSD.zshrc  ~/.zshrc
ln -s src/zshrc/FreeBSD.zshenv ~/.zshenv

Linux

KDE Neon, Ubuntu, Debian, etc
ln -s src/zshrc/debian-family.zshrc  ~/.zshrc
ln -s src/zshrc/debian-family.zshenv ~/.zshenv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published