-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md
More file actions
42 lines (29 loc) · 1.31 KB
/
README.md
File metadata and controls
42 lines (29 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# dotfiles
dotfiles for my current linux setup

This repo contains scripts and the required resource files to quickly reproduce my working environment in a fresh Arch Linux installation.
core packages:
- i3wm
- polybar
- rofi
- kitty
- picom
- dunst
- oh-my-zsh
It's assumed that some package manager aside from `pacman` (e.g. [yay](https://github.com/Jguer/yay)) has already been installed.
(some packages used in this install exist in AUR).
Additionally, the tooling here can attempt to install a nontrivial number of packages beyond the minimum needed to reproduce the setup.
Keep this in mind. Ideally (this is a TODO) there will be some flag attached to any installation scripting that will select between a more minimal install and the full installation.
background is [嵯峨 by Katann](https://www.pixiv.net/en/artworks/88127737)
## installation
An install script `./install.sh` is provided.
This script has two flags:
```bash
./install.sh c # installs config
./install.sh p # installs packages
./install.sh p c # does both
```
To get things working, manually, you need to:
- update ~/.config/polybar/config to make the main bar point to the correct monitor and fit the screen
- set up arandr to make an autolaunching display config
- install oh-my-zsh, then move the zshrc to replace the autogen one