mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
787e9ed5908b6ef886af65f9d3a18ef9edba93d5
laptop
Laptop configuration for Arch Linux
Requirements
Installation
As root
# Install the necessary dependencies
pacman -Syy ansible git which sudo
# Allow the "sudo" group to issue sudo commands
sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers
# Create a new user
useradd --create-home user
# Add a password for the newly created user
passwd user
# Add the sudo group
groupadd sudo
# Add the "sudo" group for the created user
usermod --add --groups sudo user
As user
Installation
git clone https://github.com/aminnairi/laptop.git
cd laptop
ansible-playbook --ask-become-pass playbook.yml
Configuration
touch i3/i3status/settings.json
{
"weather": {
"appid": "your-openweathermap-api-key-here"
}
}
Startup
startx
Languages
Shell
70%
Lua
30%