Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.13 KB

File metadata and controls

28 lines (22 loc) · 1.13 KB

Dotfiles

This repository contains my personal dotfiles and configuration files for various applications and tools.

zshrc

Copy the .zshrc file to ~/.zshrc before installing zsh. Then install zsh with:

sudo apt install zsh  # For Debian/Ubuntu

Install Oh-My-Zsh using the command provided on their website.

Refer to following resources for Starship, zsh-autosuggestions, and zsh-syntax-highlighting setup:

vimrc

Install vim with apt:

sudo apt install vim  # For Debian/Ubuntu

Then, follow these steps:

  1. Install Vundle for managing Vim plugins.
  2. Copy .vimrc to ~/.vimrc.
  3. Uncomment YCM plugin if needed. Install YCM dependencies by following instructions.
  4. Open vim and run :PluginInstall to install plugins.