04cfa88b27 | ||
---|---|---|
.bitsquid/Magicka2 | ||
.config | ||
.local | ||
.Xmodmap##hostname.elephant-arch | ||
.Xresources | ||
.bash_aliases | ||
.face | ||
.ghci | ||
.ignore | ||
.mailcap | ||
.pinforc | ||
.xinitrc | ||
.zprofile | ||
README.org |
README.org
Dotfiles
I mainly use Arch Linux, currently with the KDE desktop environment with the intention of moving a tiling WM (Awesome or Sway) soon.
If you are looking to snag some of my handy tools,
focus on /janek/dotfiles/src/commit/04cfa88b2702a818b3d109d3b947014a9b5474b4/.local/bin/scripts and /janek/dotfiles/src/commit/04cfa88b2702a818b3d109d3b947014a9b5474b4/.config/shell.
Among daily use are b
, edbin
, edconf
, edit
, help
, yas
and zoxide-based d
/ di
which in turn use zfz
, zf
& locz
.
ex
, m
, moul
, rpl
, s
, sd
, tl
, walli
are also commonly used conveniences.
Root
I am trying to keep my home clean,
but some files unfortunately cannot be moved.
Out of these, only .zprofile is of interest,
it contains lots of mappings to store files according to XDG
and configuration for less
and fzf
.
.config
- shell
- shell aliases & functions grouped into a few different areas, focused on zsh but mostly usable with bash
- zsh
- zsh plugin configuration & custom completions
- doom
- Doom Emacs configuration with personalized snippets
- ideavim, vifm, nvim
- vi-related tools
- git, yadm
- version control
.local
- scripts
- lots of useful scripts, most have a short documentation header - including many essential git scripts
Packages
pacman -Qe | cut -d\ -f1 | xclip -selection clipboard
- essentials
- git zsh bat neovim man-db texinfo
- basic tools
- fd ripgrep tree jrnl python-pynvim wget zsh-completions mlocate
- common tools
- topgrade ffmpeg imagemagick pandoc lftp glances youtube-dl dos2unix zsh-doc pacman-contrib
- pass
- pass pass-otp pass-extension-tail pass-clip -> interesting: pass-steam, pass-autotype, pass-file, pass-qr, pass-ssh, pass-rotate
- ssh
- openssh sshfs lemonade-git
- dotfiles
-
yadm
yadm clone --bootstrap git.jfischer.org:xeruf/dotfiles.git
- aur recommendations
- tldr++ sc-im
- git tools
- git-bug git-lfs git-crypt git-remote-gcrypt github-cli
- personal aur utils (need configuration)
- diffr bat-extras-git rdictcc-git neovim-symlinks stderred-git
- experiments
- kakoune
Applications
- productivity
- activitywatch-bin
- music
-
mpd mpc ncmpc mpd-mpris vlc phonon-qt5-vlc
mkdir -p ~/.local/state/mpd && systemctl --user enable --now mpd mpd-mpris
- bluetooth
- bluez bluez-utils pulseaudio-bluetooth
- tagging
- puddletag beets picard ffmpegthumbnailer
Graphical
- x
- xorg-xserver xorg-xkill xorg-setxkbmap xorg-xinit xterm xclip xprintidle light
- music production
- lilypond lilypond-docs timidity++ chordpro-git musescore
- video
- vlc kdenlive
- kde
- plasma-desktop plasma-nm spectacle breeze systemsettings konsole ktorrent dolphin kdeplasma-addons kinfocenter partitionmanager kdeconnect kwallet-pam kwalletmanager ksshaskpass okular bluedevil
- office
- emacs texlive-core texlive-latexextra context-bin libreoffice-fresh
- hacking
- etcher-bin
- health
-
stretchly-xeruf-git redshift acpilight light
scu enable --now redshift
-> https://www.reddit.com/r/linuxquestions/comments/pm1bxn/setting_brightness_on_amd_ryzen_7_5800h_with
Firefox Addons
Password management
Pass - the unix password manager
Store all kinds of secrets in plain text https://addons.mozilla.org/firefox/addon/passff
passff-host
MasterPassword - the stateless password manager
> Keep different passwords for every site you log into without having to remember anything but a single master password. > And without the risk of your getting your password list stolen. https://addons.mozilla.org/firefox/addon/masterpassword-firefox
Dev
yays intellij-idea-ultimate-edition intellij-idea-ultimate-edition-jre \ clion clion-jre cmake gdb \ jdk-openjdk java-openjfx jdk8-openjdk java8-openjfx archlinux-java set jdk8-openjdk
Android
yays android-udev android-tools adbfs-rootless-git android-studio
After running android-studio setup, accept licenses:
$ANDROID_SDK_ROOT/tools/bin/sdkmanager --licenses
Server
Setup systemd-resolved and systemd-networkd
- ssh
- lemonade openssh
- webserver
- sudo apt install snapd nginx && snap install certbot
- social
- pleroma-bin postgresql caddy
- rust
-
cargo install zoxide diffr
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh