Skip to content

fabiano/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

637 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

Windows 10/11

  • Disable the SSH agent service: Get-Service ssh-agent | Set-Service -StartupType Disabled -PassThru | Stop-Service
  • Install 1Password and enable the SSH agent
  • Install winget
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString("https://raw.githubusercontent.com/fabiano/dotfiles/master/setup-new-windows.ps1"))

Fedora

  • Install 1Password and enable the SSH agent
curl -O https://raw.githubusercontent.com/fabiano/dotfiles/master/setup-new-fedora.sh
chmod +x setup-new-fedora.sh
./setup-new-fedora.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors