Skip to content

oshevtsov/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

251 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

This repo contains my dot files used to configure the local Linux account and some of the installed applications.

Installation

The dot files are "installed" from this repo by creating a bunch of symlinks. This is done with the help of a command-line utility rcm. The steps are as follows:

  1. Install the dotfiles management utility rcm
  2. Clone the repo to your Linux home directory, ~/., as follows
git clone https://github.com/oshevtsov/dotfiles.git ~/.dotfiles
  1. Go to the cloned directory, cd ~/.dotfiles
  2. Run the following command to create the symlinks (the -v flag stand for "verbose" and is optional)
rcup rcrc
rcup -v

The last command will make sure all configs mentioned in the rcrc file are properly symlinked. It is important to run rcup rcrc first since it sets up the configuration for the rcm tool itself.

  1. Make sure that all the necessary programs required by the dotfiles are installed
  • neovim (run :checkhealth to see what is missing)
  • nodejs
  • ripgrep
  • fd-find
  • tmux

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors