tortious / dotfiles-26

My personal configuration files and scripts. Managed with yadm. Supports MacOS, Ubuntu and WSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My personal configuration files and scripts.

I use yadm to manage my dotfiles.

Installation

MacOS

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" &&
brew install yadm &&
yadm clone --bootstrap git@github.com:Mellbourn/dotfiles.git &&
sudo .yadm/bootstrap-sudo &&
yadm decrypt

Windows Subsystem for Linux

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

Install Ubuntu from windows store, then continue the instructions under the heading "Ubuntu"

Ubuntu

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install yadm
yadm clone git@github.com:Mellbourn/dotfiles.git
sudo ~/.yadm/bootstrap-sudo
~/.yadm/bootstrap

About

My personal configuration files and scripts. Managed with yadm. Supports MacOS, Ubuntu and WSL


Languages

Language:Shell 93.9%Language:Vim Script 6.1%