BTBTravis / .dotfiles

A simple automated configuration script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My Mac and Linux dotfiles and an accompanying install scripts. Includes a write.sh bash script I wrote to symlink files into the correct locations while still being in ~/dotfiles for version control.

Configurations so far:

  1. Vim and Nvim
  2. Git config
  3. Tmux
  4. Slate
  5. Zsh
  6. Git Global Ignore

Installation

Everything is setup to for the repo to be placed in the users home dir under the name ~/dotfiles

  1. cd && git clone http://gitlab.btbbackend.tech/t/dotfiles.git - change directory into home directory then clone the repo into home dir
  2. cd dotfiles
  3. ./write.sh run the script symlink the files

note write.sh script backups files to a tar in /tmp should you make a mistake

Helpful Links

About

A simple automated configuration script


Languages

Language:Emacs Lisp 66.3%Language:Vim Script 20.0%Language:Shell 12.0%Language:Perl 1.7%