xab3r / dotfiles-1

There is no place like ~

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prabir does dotfiles

dotfiles

Your dotfiles are how you personalize your system. These are mine. The very prejudiced mix: OS X, Linux, Windows, zsh, Bash, git, homebrew, vim. If you match up along most of those lines, you may dig my dotfiles.

If you're interested in the philosophy behind why projects like these are awesome, you might want to read Zach Holman's post on the subject.

installation

ArchLinux

paru -Sy --noconfirm dotter-rs-bin git

Mac

brew install rustup
rustup-init
cargo install dotter

Windows

scoop install dotter

Install dotter

git clone --recurse-submodules https://github.com/prabirshrestha/dotfiles.git ~/.dotfiles
cd ~/.dotter && ./configure

This will clone the repo and symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotter, though.

Thanks

Fork of Holman's dotfiles which has been supported to work on all 3 major OS - Mac OSX, Linux and Windows and of coure my own customizations.

Dotter tool to help with dotfiles automation.

About

There is no place like ~

License:MIT License


Languages

Language:Shell 57.8%Language:Lua 30.6%Language:Vim Script 11.4%Language:PowerShell 0.2%