mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
Compare commits
3 commits
d67006bfce
...
db033371c3
| Author | SHA1 | Date | |
|---|---|---|---|
| db033371c3 | |||
| 40c7d5de9c | |||
| ff4224fdbf |
9 changed files with 27 additions and 14 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
arch = [
|
arch = [
|
||||||
|
"dbeaver",
|
||||||
"rust",
|
"rust",
|
||||||
"git",
|
"git",
|
||||||
"wireshark-qt",
|
"wireshark-qt",
|
||||||
|
|
@ -25,6 +26,7 @@ arch = [
|
||||||
"libvirt",
|
"libvirt",
|
||||||
"virt-manager",
|
"virt-manager",
|
||||||
"postgresql",
|
"postgresql",
|
||||||
|
"docker-compose",
|
||||||
"docker",
|
"docker",
|
||||||
"pandoc-cli",
|
"pandoc-cli",
|
||||||
"micromamba-bin",]
|
"micromamba-bin",]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
arch = [
|
arch = [
|
||||||
|
"ttf-dejavu",
|
||||||
"ttf-ms-fonts",
|
"ttf-ms-fonts",
|
||||||
"python-pygments",
|
"python-pygments",
|
||||||
"biber",
|
"biber",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
arch = [
|
arch = [
|
||||||
|
"rocketchat-desktop",
|
||||||
"obs-studio",
|
"obs-studio",
|
||||||
"okular",
|
"okular",
|
||||||
"inkscape",
|
"inkscape",
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,2 @@
|
||||||
- .*
|
|
||||||
- ~*
|
- ~*
|
||||||
- .debris
|
- .debris
|
||||||
|
|
|
||||||
Binary file not shown.
8
Arch.org
8
Arch.org
|
|
@ -119,6 +119,7 @@ If everything works, login into EXWM.
|
||||||
Create some directories:
|
Create some directories:
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
mkdir -p /home/pavel/Pictures/screenshots/
|
mkdir -p /home/pavel/Pictures/screenshots/
|
||||||
|
mkdir -p /home/pavel/.mpd/
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Also run:
|
Also run:
|
||||||
|
|
@ -126,6 +127,13 @@ Also run:
|
||||||
sudo chmod +s /usr/bin/light
|
sudo chmod +s /usr/bin/light
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
For I've decided to use =NetworkManager=, but Arch Linux uses =iwd= by default, which causes issues. Disable it by:
|
||||||
|
#+begin_src bash
|
||||||
|
sudo systemctl disable --now iwd
|
||||||
|
sudo systemctl disable --now systemd-networkd
|
||||||
|
#+end_src
|
||||||
|
And reboot. After the reboot, =NetworkManager= should run using =wpa_supplicant= as backend for Wi-Fi.
|
||||||
|
|
||||||
* Metapac configuration
|
* Metapac configuration
|
||||||
[[https://github.com/ripytide/metapac][metapac]] is a declarative wrapper around different package managers, including [[https://wiki.archlinux.org/title/Pacman][pacman]] and [[https://github.com/Morganamilo/paru][paru]]. This means the required packages can be listed in configuration files and checked into version control.
|
[[https://github.com/ripytide/metapac][metapac]] is a declarative wrapper around different package managers, including [[https://wiki.archlinux.org/title/Pacman][pacman]] and [[https://github.com/Morganamilo/paru][paru]]. This means the required packages can be listed in configuration files and checked into version control.
|
||||||
|
|
||||||
|
|
|
||||||
26
Desktop.org
26
Desktop.org
|
|
@ -4228,16 +4228,17 @@ This section generates manifests for various desktop software that I'm using.
|
||||||
| browsers | firefox |
|
| browsers | firefox |
|
||||||
| browsers | firefox-tridactyl |
|
| browsers | firefox-tridactyl |
|
||||||
** Office & Multimedia
|
** Office & Multimedia
|
||||||
| Category | Arch dependency |
|
| Category | Arch dependency |
|
||||||
|----------+-----------------|
|
|----------+--------------------|
|
||||||
| office | libreoffice-fresh |
|
| office | libreoffice-fresh |
|
||||||
| office | gimp |
|
| office | gimp |
|
||||||
| office | krita |
|
| office | krita |
|
||||||
| office | ffmpeg |
|
| office | ffmpeg |
|
||||||
| office | kdenlive |
|
| office | kdenlive |
|
||||||
| office | inkscape |
|
| office | inkscape |
|
||||||
| office | okular |
|
| office | okular |
|
||||||
| office | obs-studio |
|
| office | obs-studio |
|
||||||
|
| office | rocketchat-desktop |
|
||||||
** LaTeX
|
** LaTeX
|
||||||
| Category | Arch dependency | Disabled |
|
| Category | Arch dependency | Disabled |
|
||||||
|----------+--------------------------+----------|
|
|----------+--------------------------+----------|
|
||||||
|
|
@ -4263,12 +4264,14 @@ This section generates manifests for various desktop software that I'm using.
|
||||||
| latex | biber | |
|
| latex | biber | |
|
||||||
| latex | python-pygments | |
|
| latex | python-pygments | |
|
||||||
| latex | ttf-ms-fonts | |
|
| latex | ttf-ms-fonts | |
|
||||||
|
| latex | ttf-dejavu | |
|
||||||
** Dev
|
** Dev
|
||||||
| Category | Arch dependency | Disabled |
|
| Category | Arch dependency | Disabled |
|
||||||
|----------+-------------------+----------|
|
|----------+-------------------+----------|
|
||||||
| dev | micromamba-bin | |
|
| dev | micromamba-bin | |
|
||||||
| dev | pandoc-cli | |
|
| dev | pandoc-cli | |
|
||||||
| dev | docker | |
|
| dev | docker | |
|
||||||
|
| dev | docker-compose | |
|
||||||
| dev | postgresql | |
|
| dev | postgresql | |
|
||||||
| dev | virt-manager | |
|
| dev | virt-manager | |
|
||||||
| dev | libvirt | |
|
| dev | libvirt | |
|
||||||
|
|
@ -4290,11 +4293,12 @@ This section generates manifests for various desktop software that I'm using.
|
||||||
| dev | python | |
|
| dev | python | |
|
||||||
| dev | python-pip | |
|
| dev | python-pip | |
|
||||||
| dev | python-virtualenv | |
|
| dev | python-virtualenv | |
|
||||||
| dev | python-build | |
|
| dev | python-build | |
|
||||||
| dev | socat | |
|
| dev | socat | |
|
||||||
| dev | wireshark-qt | |
|
| dev | wireshark-qt | |
|
||||||
| dev | git | |
|
| dev | git | |
|
||||||
| dev | rust | |
|
| dev | rust | |
|
||||||
|
| dev | dbeaver | |
|
||||||
** Manifests
|
** Manifests
|
||||||
#+NAME: packages
|
#+NAME: packages
|
||||||
#+begin_src emacs-lisp :tangle no :var category=""
|
#+begin_src emacs-lisp :tangle no :var category=""
|
||||||
|
|
|
||||||
|
|
@ -12811,7 +12811,6 @@ First, default options for =rclone bisync=:
|
||||||
|
|
||||||
A [[https://rclone.org/bisync/#filtering][filters file]] for rclone:
|
A [[https://rclone.org/bisync/#filtering][filters file]] for rclone:
|
||||||
#+begin_src text :tangle ~/.config/rclone/filters-bisync
|
#+begin_src text :tangle ~/.config/rclone/filters-bisync
|
||||||
- .*
|
|
||||||
- ~*
|
- ~*
|
||||||
- .debris
|
- .debris
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,6 @@ Mail/thexcloud/.credentials.gmailieer.json
|
||||||
Mail/progin6304/.credentials.gmailieer.json
|
Mail/progin6304/.credentials.gmailieer.json
|
||||||
.emacs.d/private.org
|
.emacs.d/private.org
|
||||||
.emacs.d/private.el
|
.emacs.d/private.el
|
||||||
.emacs.d/.trello/sqrtminusone.el
|
|
||||||
.emacs.d/gnus/*
|
.emacs.d/gnus/*
|
||||||
./.vpn/*
|
./.vpn/*
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue