Skip to content

Customized & personalized configs is a best practice for anyone to speed up his/her skills while interacting with different tools, coding various languages and etc. Here is my bundle :)

License

yasfatft/cfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Way Geeks Configure It

Vim

I mostly use Vim while coding Python3, so here it is a Py3 specialized Vim configuration.

How to setup

  1. After cloning the repo, copy the '.vimrc' file to your home directory:
cp /path/to/the/repository/.vimrc ~/.vimrc
  1. Install Vim-plug.
  2. execute :PlugInstall in vim environment (Just open a file with vim like vim file.txt).
  3. Install Vundle.
  4. execute :PluginInstall in vim environment.
  5. enjoy!

Tmux

Support easy moving between different panes with hotkeys [Alt+b] -> [k|j|l|h] (Vim-style) for varient oriententions.

How to setup

  1. Install Tmux.
  2. After Installing Tmux & cloning the repo, copy the '.tmux.conf' file to your home directory:
cp /path/to/the/repository/.tmux.conf ~/.tmux.conf
  1. Ta-Da!

Oh My Zsh

While working with the shell, I usually do git, docker, and edit-related commands, So here it's my what do the work for me, just an awesome configuration!

How to setup

  1. Install Zsh (Z shell).
  2. Install Oh My Zsh.
  3. Here there are some plugin & packages which I had installed too (you can either install them or remove corressponding config lines from Oh My Zsh config file):
  1. After cloning the repo, copy the '.zshrc' file to your home directory:
cp /path/to/the/repository/.zshrc ~/.zshrc
  1. There you go!

About

Customized & personalized configs is a best practice for anyone to speed up his/her skills while interacting with different tools, coding various languages and etc. Here is my bundle :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published