Files
dotfiles/README.md
T

1.1 KiB

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

Installation of the necessary dependencies

# 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