Skip to content

thismarioperez/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Supported Systems

Operating System Supported?
macOS
Ubuntu
Fedora
Arch
Windows

System Requirements

macOS

Install with:

brew update && brew install git zsh chezmoi

Ubuntu Linux

  • apt
  • git
  • zsh
  • chezmoi

Install with:

echo "PATH=\"\$HOME/bin:\$PATH\"" >> ~/.zshrc && \
sh -c "$(curl -fsLS get.chezmoi.io)" && \
sudo apt update && sudo apt install git zsh && chsh -s $(which zsh)

Make sure you log out/in to activate zsh

Windows

  • Winget
  • Git for Windows
  • Microsoft Windows terminal
  • chezmoi

Install with:

winget install Git.Git --accept-package-agreements --accept-source-agreements ; winget install Microsoft.WindowsTerminal --accept-package-agreements --accept-source-agreements ; winget install twpayne.chezmoi --accept-package-agreements --accept-source-agreements ; winget install Microsoft.PowerShell --accept-package-agreements --accept-source-agreements ;

Usage

Dotfiles are managed with chezmoi. To get started on a new system, first, make sure you meet the system requirements. Then, run:

chezmoi init --apply --verbose https://github.com/thismarioperez/dotfiles.git

Themes

All custom themes are based on the Night Owl color palette.

Normal Bright
Black #011627 #575656
White #bec5d4 #ffffff
Red #ef5350 #f78c6c
Green #addb67 #22da6e
Yellow #c5e478 #ffeb95
Blue #82aaff #5ca7e4
Magenta #7e57c2 #c792ea
Cyan #21c7a8 #7fdbca
Gray #44596b
Error #ce092f

About

Cross-platform dotfiles managed with https://chezmoi.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published