mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
fixed keyboard and chsh
This commit is contained in:
parent
97df24b86c
commit
9e70eaa852
3
vagrant/archlinux/Vagrantfile
vendored
3
vagrant/archlinux/Vagrantfile
vendored
@ -31,7 +31,7 @@ Vagrant.configure("2") do |config|
|
||||
# KEYBOARD
|
||||
echo 'KEYMAP=fr' > /etc/vconsole.conf
|
||||
loadkeys fr
|
||||
setxkbmap fr
|
||||
localectl --no-convert set-x11-keymap fr
|
||||
# UPGRADE
|
||||
pacman -Syu --noconfirm
|
||||
# DEPS
|
||||
@ -50,6 +50,7 @@ Vagrant.configure("2") do |config|
|
||||
git submodule update --init --recursive
|
||||
curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=packer-git; makepkg PKGBUILD --install --needed --noconfirm
|
||||
./install.sh desktop
|
||||
echo -e "vagrant\n/usr/bin/zsh" | chsh
|
||||
SCRIPT
|
||||
|
||||
config.vm.provision "shell", inline: $script, privileged: false
|
||||
|
Loading…
Reference in New Issue
Block a user