Skip to content

adityastomar67/zsh-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before we proceed

Brief info about the configuration modules.

:: alias.zsh     -    various easy to use aliases for smoother workflow
:: env.zsh       -    environment variables
:: function.zsh  -    functions that add more options to various commands
:: fzf.zsh       -    fzf functions
:: icons.zsh     -    Custom icons
:: keys.zsh      -    ZSH keybindings
:: nvim.zsh      -    multiple neovim setup for easy allowing of different configs
:: opts.zsh      -    ZSH options and ZSH plugin options
:: plugs.zsh     -    plugins and plugin manager setup
:: prompt.zsh    -    ZSH prompt custom made
:: theme.zsh     -    ZSH LC_COLORS colors and FZF opt colors
:: tmux.zsh      -    tmux setup, WIP!!

Installation

Noting really, if you have ZSH installed then you can just copy the zsh folder to $HOME/.config and .zshrc to your $HOME directory, and run source $HOME/.zshrc. All of the plugins will be downloaded automatically including oh-my-zsh(optional) as it is completely bootstrapped.
Or you can just clone the repo and run ./install.sh

RECOMMENDED WAY

curl -sL https://bit.ly/Fresh-Install | sh -s -- --zsh

For Manual Installation

Make sure you have zsh installed and setup.

git clone https://github.com/adityastomar67/zsh-conf.git /tmp/dots
cp -r /tmp/dots/zsh $HOME/.config/
cp -r /tmp/dots/.zshrc $HOME
source $HOME/.zshrc

✨ Features

  • Supports foo
  • Can do bar
  • Works with bazz

✅ To-Do

  • Setup repo
  • Think real hard
  • Start typing

🧰 Tooling


⭐ hit the star button if you found this useful ⭐

Source | GitHub | LinkedIn | LinkTree