Skip to content

droposhado/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 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>

Linters file

This repository store scripts for many languages, the files below show which language and which project it configures. Remembering that they are not necessary for dotfiles, they are only to help with script tests:

  • .bandit: for Python to use with bandit;
  • .flake8: for Python to use with flake8;
  • .isort.cfg: for Python to use with isort;
  • .pylintrc: for Python to use with pylint.

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