Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
/ dotfiles Public archive

version controlled config for things like Vim, Zsh & Tmux

Notifications You must be signed in to change notification settings

WMahoney09/dotfiles

Repository files navigation

dotfiles

version controlled config for Vim, Zsh & Tmux

Usage

  • clone this repo with --recurse-submodules flag
  • run the backup_and_install.sh script
    • moves all of your existing dot files to ~/dotfiles_old/<timestamp>
    • symlinks dotfiles to ~
    • don't forget to source your new ~/.zshrc
  • open Vim, and run :PluginInstall
    • vim may complain about certain things not being installed, this is expected.
    • when Vundle completes the install, quit and restart vim.
    • there should be no errors this time
## clone and install
$ cd ~

$ git clone --recurse-submodules [email protected]:WMahoney09/dotfiles.git

$ bash dotfiles/backup_and_install.sh

$ source ~/.zshrc

Fonts

You may want to use a patched font for everything to look right.

I use Dank Mono.

undoing this

You can find your previous dot files in ~/dotfiles_old/<timestamp>

  1. You'll want to unlink the relevant "dotfile(s)" or delete them
  2. Copy or move the back up of the relevant "dotfile(s)" from ~/dotfiles_old/<timestamp> back to ~
  3. Enjoy the familiarity of your old config ☺️

About

version controlled config for things like Vim, Zsh & Tmux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published