mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32:13 +02:00
3e643c30c91c907fa88e917729e39a801dadfe8f
laptop
Laptop configuration for Arch Linux
Requirements
Setup
Setup the variables needed for running the playbook
mkdir --parent ansible/roles/user/vars
touch ansible/roles/user/vars/main.yml
---
user:
name: "change-me"
password: "change-me"
groups: sudo
uid: 1000
shell: /bin/fish
root:
shell: /bin/fish
Laptop installation
# Clone the repository
git clone https://github.com/aminnairi/laptop.git
# Change the current working directory
cd laptop
# Apply the configuration
bash main.sh
Configuration of the used programs
Configuration of Bitwarden
rbw config set email <email>
Where <email> is the email to use for Bitwarden.
Configuration of i3
touch i3/i3status/settings.json
{
"weather": {
"appid": "your-openweathermap-api-key-here"
}
}
Startup of i3
startx
Shortcuts
| Shortcut | Description |
|---|---|
Super + x |
Lock the screen |
Super + p |
Start a new screenshot |
Languages
Shell
70%
Lua
30%