Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages