All Projects → vincentbernat → Zshrc

vincentbernat / Zshrc

My .zshrc

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Zshrc

dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (-62.5%)
Mutual labels:  zshrc
zshrc
📝 Zsh Configuration for nerds with zplug
Stars: ✭ 28 (-56.25%)
Mutual labels:  zshrc
Dotfiles
Dotfiles for all :D
Stars: ✭ 700 (+993.75%)
Mutual labels:  zshrc
dotfiles
vim ⌨️ tmux 🖥 git ⑃ zsh 💤
Stars: ✭ 12 (-81.25%)
Mutual labels:  zshrc
Alpharized
Super simple oh-my-zsh theme optimized to work with solarized dark
Stars: ✭ 12 (-81.25%)
Mutual labels:  zshrc
Mydotfiles
All my dot configuration files.
Stars: ✭ 359 (+460.94%)
Mutual labels:  zshrc
dotfiles
🏡 ~/.*
Stars: ✭ 13 (-79.69%)
Mutual labels:  zshrc
Awesome Bash Alias
A curated list of awesome Bash aliases.
Stars: ✭ 43 (-32.81%)
Mutual labels:  zshrc
dotfiles
Dotfiles & Developer Environment. Supports Ubuntu2004+, macOS Catalina+, Windows 10 w WSL
Stars: ✭ 30 (-53.12%)
Mutual labels:  zshrc
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+765.63%)
Mutual labels:  zshrc
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (-64.06%)
Mutual labels:  zshrc
dotfiles
📑 .dotfiles for Bash (Linux) / ZSH (Linux) / Git Bash (Windows) / Cygwin (Windows) / Bash on Ubuntu on Windows
Stars: ✭ 175 (+173.44%)
Mutual labels:  zshrc
Zsh Quickstart Kit
Simple ZSH quickstart for using ZSH and zgen
Stars: ✭ 366 (+471.88%)
Mutual labels:  zshrc
dotfiles
🏡 My dotfiles
Stars: ✭ 64 (+0%)
Mutual labels:  zshrc
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+1032.81%)
Mutual labels:  zshrc
home
My home directory's settings
Stars: ✭ 73 (+14.06%)
Mutual labels:  zshrc
Taoup
The Tao of Unix Programming (Ruby-powered ANSI colored fortunes)
Stars: ✭ 265 (+314.06%)
Mutual labels:  zshrc
Nat
nat - the 'ls' replacement you never knew you needed
Stars: ✭ 1,129 (+1664.06%)
Mutual labels:  zshrc
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+1439.06%)
Mutual labels:  zshrc
Zsh Autoenv
Autoenv for zsh
Stars: ✭ 519 (+710.94%)
Mutual labels:  zshrc

My .zshrc

My .zshrc may not suit your needs. Feel free to read and understand. Steal anything. My opinion is that you can't have an universal .zshrc. If you don't agree, take a look at Prezto.

You need to create your own .zshrc. First solution is to symlink ~/.zsh/zshrc. The other solution is to source ~/.zsh/zshrc from your own ~/.zshrc. The later case allows you to set the plugin you want to enable.

You can copy your installation to a remote host with install-zsh function.

~/.zsh/run contains runtime files, like history. ~/.zsh/local contains local files that should not be copied to a remote host.

I am targetting compatibility with Zsh 5.0.7 (the one in Jessie). Notably, I cannot use local array=(el1 el2), as this is only allowed since Zsh 5.1.

Installation

So, if you are one of those young generation not concerned about arbitrary code execution, you can do:

curl -s https://vincentbernat-zshrc.s3.amazonaws.com/zsh-install.sh | sh

License

All the code is licensed as CC0 1.0 Universal.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].