Skip to content

SageHourihan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sage's dotfiles

Uploading my dotfiles to a repository.


Installation

Using Git

Note: Make sure you are in the root directory

git clone https://github.com/SageHourihan/dotfiles

Change directory into dotfiles

cd dotfiles

Make the install.sh script executable

chmod +x install.sh

Run the install script with the tilde(~) as a parameter

./install.sh ~

Refresh the .bashrc and .bash_profile

source .bashrc source .bash_profile source .tmux.conf

Neovim Installation and Plugin Management (vim-plug)

After running the install script, Neovim's configuration will be symlinked to ~/.config/nvim.

Installing vim-plug:

If you use vim-plug as your plugin manager, you'll need to install it first.

For Unix-like systems, run:

curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Then open Neovim and run :PlugInstall

About

repo for my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published