Skip to content

espinchi/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

Contents

  • bash: Bash setup, .bashrc, aliases and cmd reminders ($ myexample*).
  • vim: basic vim setup and shortcuts.
  • git: git-completion, branch in prompt, sample usages ($ myexamplegit)
  • screen: ready to go screen config

Installation

You can clone the repository wherever you want. The install script will backup your current dotfiles and copy the new ones to your home folder.

git clone https://github.com/ompemi/dotfiles.git && cd dotfiles && ./install.sh

Uninstall

To restore the previous dotfiles:

cd <repository_path> && mv -f original/.* ~/

About

dotfiles for screen, vim, bash and git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 92.1%
  • Vim Script 7.9%