Skip to content

vais/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

87a7f6b · Apr 3, 2025
Mar 27, 2025
Apr 3, 2025
Mar 27, 2025
Sep 12, 2023
Feb 24, 2025
Dec 2, 2019
Nov 5, 2024
Feb 28, 2025
Mar 18, 2025
Nov 19, 2019
Apr 3, 2025
Feb 3, 2025
Sep 12, 2023
Sep 12, 2023
Apr 3, 2025

Repository files navigation

Install

cd ~
git clone https://github.com/vais/dotfiles.git
dotfiles/sync

Sync

~/dotfiles/sync

Vim Plugins

Installing

cd ~/dotfiles
git submodule add PLUGIN_URL vimfiles/pack/plugins/start/PLUGIN_NAME
git commit -m "Install PLUGIN_NAME"

Updating

~/dotfiles/update

Removing

cd ~/dotfiles
git submodule deinit vimfiles/pack/plugins/start/PLUGIN_NAME
git rm vimfiles/pack/plugins/start/PLUGIN_NAME
rm -rf .git/modules/vimfiles/pack/plugins/start/PLUGIN_NAME
git commit -m "Remove PLUGIN_NAME"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published