Skip to content

SeanRice1/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some nice dotfiles

Dotfiles (and submodules) for vim, git, and zsh. This works on all *nix OS and doesnt require any fancy dependencies (just python).

The objective here was to keep things nice, simple, and transparent.

Features

vim

Uses Vundle as a plugin manager and comes with a few plugins. Comes with a nice skin, and logical defaults like using 4 spaces instead of a tab. Some of the normal vimrc config I stole from the Ultimate Vim configuration

Refer to Vundle on how to install more plugins (its super easy)

zsh

Sets zsh to the default shell, and uses the oh-my-zsh zsh framework. Looks good, is more secure, and has some nice features. Take a look at the cheatsheet here.

git

Just some per user specifications

Follow these steps to get started

Make sure you have the following things already installed

  1. git
  2. vim
  3. python
  4. zsh

Then run these commands...

git clone --recurse-submodules https://github.com/SeanRice1/dotfiles ~/dotfiles
cd ~/dotfiles
./setup.py

Then use the CLI to link, unlink and setup the dotfiles (and submodules)!

When I get around to it, I will be adding dotfiles for VScode, linting, and others. Feel free to fork.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors