Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jofi/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

215 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrapping new computer/vm/account

Initial Setup by Operating System

macOS (Darwin)

  1. Install Homebrew:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Install git and yadm:

    brew install git yadm

Linux (Ubuntu)

  1. Install git and yadm:

    sudo apt update
    sudo apt install -y git yadm

Linux (Rocky)

  1. Install git and yadm:

    # Install git
    sudo dnf install -y git
    
    # Install yadm from source
    git clone https://github.com/TheLocehiliosan/yadm.git /tmp/yadm
    sudo mkdir -p /usr/local/bin
    sudo cp /tmp/yadm/yadm /usr/local/bin/
    sudo chmod +x /usr/local/bin/yadm

Yadm clone and bootstrap

yadm clone https://github.com/jofi/dotfiles.git`
yadm bootstrap

About

config files for bash, completions, gem, git, irb, rails, vim, ...

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 85.1%
  • Python 9.6%
  • Vim Script 5.3%