Skip to content

droposhado/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Project that aims to make the configuration of *NIX environments easy and replicable.

Always installing minimal software and checking external installers.

Supported systems

  • macOS >= 10.15
  • Debian >= 13

Packages (Linux)

Requirements

macOS

$ sudo xcodebuild -license accept
$ sh -c "$(curl -fsLS https://get.chezmoi.io)" -- init --apply <github-user>

Debian (minimal)

# apt-get update
# apt-get install --no-install-recommends ca-certificates curl \
                  lsb-release sudo build-essential git gnupg
# usermod -aG sudo <your-user>

Logout and login again (for sudo effect), now:

$ sh -c "$(curl -fsLS https://get.chezmoi.io)" -- init --apply <github-user>

Inspired by

References

License

For this project see LICENSE.

For external resources like fonts, scripts and other, see their respective licenses:

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors