Skip to content

A way to bootstrap and keep up-to-date the config of any ubuntu based machine with tools I use

License

Notifications You must be signed in to change notification settings

B-Galati/machine-config

Repository files navigation

Usage

# Set up everything
make install

# Install a given role
make install ARGS="-t docker"

# Force install of discord
make install ARGS="-t discord -e '{"force_install": true}'"

# Update everything on the machine
make update

Ideas of some things to do manually

Bépo and keyboard configuration

source Keyboard Wiki Debian ArchLinux Wiki

Switch keyboard manually

setxkbmap fr bepo

To re-configure the keyboard :

sudo dpkg-reconfigure keyboard-configuration

Update file /etc/default/keyboard :

XKBMODEL="tm2030USB-102"
XKBLAYOUT="fr,fr"
XKBVARIANT="bepo,"
XKBOPTIONS="grp:alt_caps_toggle"

References

Credits

About

A way to bootstrap and keep up-to-date the config of any ubuntu based machine with tools I use

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages