Skip to content

Backup of some important config files (vim, bash, tmux etc.)

Notifications You must be signed in to change notification settings

lumbytyci/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backup of config files

  • vim (.vimrc)
  • bash Aliases (.bash_aliases)
  • tmux (.tmux.conf)

If your distro can't interact with .bash_aliases (placed in the same dir) add the following to .bashrc:

if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

About

Backup of some important config files (vim, bash, tmux etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published