Skip to content

🍮こんな環境でお仕事しています

Notifications You must be signed in to change notification settings

slime-hatena/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slime-hatena/dotfiles

Latest version

🍮こんな環境で作業しています

Install (bash)

main

/bin/bash -c "$(curl -fsSL https://git.io/dot-slime-hatena)"

develop

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Slime-hatena/dotfiles/develop/scripts/clone.sh) develop"

Install (Windows)

main

Invoke-WebRequest "https://raw.githubusercontent.com/slime-hatena/dotfiles/develop/windows/winget.ps1" -OutFile "C:\Windows\Temp\winget.ps1"
powershell -NoProfile -ExecutionPolicy Unrestricted "C:\Windows\Temp\winget.ps1"