ProfeC / dotfiles

A repository for diligently handcrafted (or blatantly copied, in the spirit of open-source) config files and nifty scripts for my systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProfeC's dotfiles

A repository for diligently handcrafted (or blatantly copied, in the spirit of open-source) config files and nifty scripts for my systems.

Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove what you don’t want or need. Don’t blindly use my settings unless you want to have EXACTLY what I do. Use at your own risk!

Installation

dotfiles are managed and installed with dotbot. To install these dotfiles simplly clone this repository and run the installation script.

$ git clone https://github.com/ProfeC/dotfiles.git ~/.dotfiles
$ ~/.dotfiles/install [config file(s)] # chose correct config file for the distribution you're updating

MacOS

$ ~/.dotfiles/install macos

MacOS - Fresh Install

Install Xcode and Xcode Tools from the AppStore. Once that has completed,

$ ~/.dotfiles/install macos macos-new

Linux

$ ~/.dotfiles/install linux

Arch Linux

$ ~/.dotfiles/install linux arch

Acknowledgments

Thanks to ALL of the people with dotfiles out there that I've looked at to configure my system(s).

Inspired by this article and Dotbot. You can fork Anish Athalye's template if you'd like or take a look at his dotfiles.

The following have been extensivley used:


This repository contains both original and third party content.

Content can be assumed to be original unless stated otherwise. All third party content is copyright their respective authors and bound by their original licenses.

Attempts have been made to identify third party content within the repository, with sources and attribution given where necessary. Please contact me if any issues are discovered.

About

A repository for diligently handcrafted (or blatantly copied, in the spirit of open-source) config files and nifty scripts for my systems.

License:The Unlicense


Languages

Language:Shell 59.3%Language:Vim Script 31.8%Language:CSS 5.7%Language:Python 3.1%