We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A list of the software required to make this dotfiles experience smooth could be defined in ~/.config/dotfiles/software.list.
~/.config/dotfiles/software.list
The list should contemplate comments and empty lines, so I can record the reason why that specific package is needed.
An example could be:
# Packages from Archlinux repos # noto-fonts-emoji is required to render unicode chars in the range of emoji noto-fonts-emoji tmux vim
The same can be done for Flatpak packages I daily use and expect to have wherever I deploy the dotfiles, ~/.config/dotfiles/flatpak_apps.list.
~/.config/dotfiles/flatpak_apps.list
It might be convenient to implement the initialize.sh script to ask the user if he wants to install the listed software.
initialize.sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A list of the software required to make this dotfiles experience smooth could be defined in
~/.config/dotfiles/software.list
.The list should contemplate comments and empty lines, so I can record the reason why that specific package is needed.
An example could be:
The same can be done for Flatpak packages I daily use and expect to have wherever I deploy the dotfiles,
~/.config/dotfiles/flatpak_apps.list
.It might be convenient to implement the
initialize.sh
script to ask the user if he wants to install the listed software.The text was updated successfully, but these errors were encountered: