Skip to content

Dotfiles for using on new machines where I just want things to work kind of the way I am used to them

Notifications You must be signed in to change notification settings

weberam2/SimpleDotFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Sometimes I find keeping a proper .dotfile repo a little tedious, when all I want is a resource for some simple configuration of things like tmux, vim, zsh, etc.

To grab one file

wget https://raw.githubusercontent.com/weberam2/SimpleDotFiles/main/filename

Install

Simply copy/paste the install.sh file, chmod +x install.sh and run it: ./install.sh

OR:

wget https://raw.githubusercontent.com/weberam2/SimpleDotFiles/main/install.sh
chmod +x install.sh
./install.sh

During Install

  • For fzf, I choose no auto-complete, yes key-bindings, no to zsh update
  • At the end, run zsh. This will take some extra time and install zsh plugins.
  • When you first run vim, you will have to run :PlugInstall

About

Dotfiles for using on new machines where I just want things to work kind of the way I am used to them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published