Skip to content

varubogu/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A solution for managing dotfiles based on YADM.

Setup

It will be the same no matter how many times you do it.

Root setup

bash -c "$( curl -fsSL https://raw.github.com/varubogu/dotfiles/master/.local/bin/setup/setup.bash )"

Rootless setup

bash -c "$( curl -fsSL https://raw.github.com/varubogu/dotfiles/master/.local/bin/setup/setup.bash ) -noroot"

Windows setup

$scriptUrl = "https://raw.github.com/varubogu/dotfiles/master/.local/bin/setup/setup_win.ps1"
$scriptContent = Invoke-RestMethod -Uri $scriptUrl
Invoke-Expression $scriptContent

Structure

Output

# alias:pstr
~/dotfiles/bin/struct/print_struct.sh

relational path view

~/.local/share/struct/find.txt

tree view

~/.local/share/struct/tree.txt

Policy