Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

dotfiles

Some of my dotfiles for your further amusement.

If you want them nicely managed just yadm clone them. yadm is a dotfile manager I endorse.

Usage

  1. Install (using [yadm], which is effectively just a dope wrapper around git):
case "${OSTYPE:?}" in
  linux*)   sudo apt install -y yadm ;;
  darwin*)  brew install yadm ;;
esac
  1. Clone:
yadm clone --bootstrap 'git@github.com:devhammed/dotfiles.git'

PS: You should remove --bootstrap from the command if you don't want to install softwares (Flutter, Rust, Homebrew etc.) or you want to do that later.

  1. Enjoy!
You can’t perform that action at this time.