All Projects → tomekw → dontfiles

tomekw / dontfiles

Licence: other
Personal do(n)tfiles

Programming Languages

emacs lisp
2029 projects
shell
77523 projects
Vim Script
2826 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to dontfiles

Vcsh
config manager based on Git
Stars: ✭ 1,836 (+9080%)
Mutual labels:  dotfiles-manager, dotfiles-automation, dotfiles-setup
divine-dotfiles
Divine.dotfiles: The Bash framework for dotfiles and everything Bash
Stars: ✭ 19 (-5%)
Mutual labels:  dotfiles-manager, dotfiles-automation
DotFiles
Aliases, functions and shell utilities.
Stars: ✭ 22 (+10%)
Mutual labels:  dotfiles-manager
Greatness
Acheive greatness!
Stars: ✭ 107 (+435%)
Mutual labels:  dotfiles-manager
homesetup
Your shell good as hell ! Not just dotfiles.
Stars: ✭ 25 (+25%)
Mutual labels:  dotfiles-manager
dotbro
Dotbro - simple yet effective dotfiles manager.
Stars: ✭ 19 (-5%)
Mutual labels:  dotfiles-manager
dotfiles
Files that start with a dot (they're very cool).
Stars: ✭ 124 (+520%)
Mutual labels:  dotfiles-manager
pont
pont, the dotmodule manager
Stars: ✭ 17 (-15%)
Mutual labels:  dotfiles-manager
dot-templater
A small, portable Rust program intended for templating dotfiles across multiple systems.
Stars: ✭ 41 (+105%)
Mutual labels:  dotfiles-manager
dotman
dotman is a simple, elegant & easy to use dotfiles manager 🖖🏽
Stars: ✭ 85 (+325%)
Mutual labels:  dotfiles-manager
dotfiles.sh
Dotfiles made easy
Stars: ✭ 66 (+230%)
Mutual labels:  dotfiles-manager
dotfiles
🌍 Look again at that dot. That's here. That's home. That's us.
Stars: ✭ 28 (+40%)
Mutual labels:  dotfiles-manager
dotao
WIP modern dotfiles manager
Stars: ✭ 15 (-25%)
Mutual labels:  dotfiles-manager
PSDotFiles
Bringing simple dotfiles management to Windows with PowerShell
Stars: ✭ 55 (+175%)
Mutual labels:  dotfiles-manager
Yadm
Yet Another Dotfiles Manager
Stars: ✭ 2,982 (+14810%)
Mutual labels:  dotfiles-automation
dotfiles
The Dotfiles resources aggregate a collection of standalone 'dotfiles' to help you customize your system and related services into one cohesive and consistent approach.
Stars: ✭ 17 (-15%)
Mutual labels:  dotfiles-automation
dotfiles
💻 My dotfiles: .vimrc, .gitconfig, .bash_profile, etc
Stars: ✭ 27 (+35%)
Mutual labels:  dotfiles-setup

Dontfiles

How to install on a new machine

  1. Install Homebrew
    $ xcode-select --install
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2. Install git
    $ brew install git
  3. Clone repository
    $ git clone --bare [email protected]:tomekw/dontfiles.git ~/dontfiles
  4. Pull all changes
    $ git --work-tree=$HOME/ --git-dir=$HOME/dontfiles checkout -f master
  5. Run the installation script
    $ $HOME/bin/macos.sh
    $ $HOME/bin/debian.sh
    $ $HOME/bin/void.sh

Additional steps

  1. Add Buster repo to install Slack
deb http://deb.debian.org/debian/ buster main
  1. Add Docker repo
$ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
deb https://download.docker.com/linux/debian buster stable

Usage

Use dfgit as git.

How to setup the repository

$ git init --bare ~/dontfiles

See: http://www.gmarik.info/blog/2010/tracking-dotfiles-with-git

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].