The tool is based on ansible. Which allow to be launched several time without doing all tasks that have been already done.
sudo pacman -S ansible
Fills the variables in vars.yml (In the project directory)
cp vars_example.yml vars.yml
vi vars.yml
Basic commands for Vi :
:i => insertion mode, to write in the opened file
:w => write changes in the file
:q => quit vi, only if there is no change
:q! => discard changes and quit vi
:wq => write and quit
./install.sh
This tool is greatly inspired from
- Michaël Bitard works (tmux conf, bash aliases, ansible base)
- Development environment setup and good practices @ LivingObjects
sudo rmmod pcspkr
sudo sh -c "echo 'blacklist pcspkr' >> /etc/modprobe.d/nobeep.conf"
install_pulse
In sound tray icon, open 'Preferences' from Sound Mixer, go to 'Status Icon' tab and set 'External mixer' to pavucontrol
Enable AUR in pamac
- nvm
- docker
- vscode
- kvm (for running virtual machine), see https://github.com/Retaildrive/devops/blob/master/doc/kvm.md