Skip to content

mrcoet/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Various configuration files.

Installation

Clone repository into your HOME dir, then execute in the repo folder:

dotfiles$ make install

If you got warning File exists, consider moving/removing your existing file and re-run again.

Support

The dot/rc files should be compatible with Linux, macOS and WSL (Ubuntu on Windows).

Troubleshooting

If you get the following error while loading rc files:

syntax error near unexpected token `&'

you need to upgrade your bash by the following steps:

  1. brew install bash
  2. sudo ex +'$put =\"/usr/local/bin/bash\"' -scwq /etc/shells
  3. chsh -s /usr/local/bin/bash

About

Various configuration files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 46.2%
  • Shell 30.6%
  • JavaScript 18.5%
  • PHP 2.6%
  • Makefile 2.1%