This repository contains my personal Linux dotfiles.
They are often (speak: all the time) a work in progress and may or may not work for you.
The list of used packages can be found in packages.txt
and packages_AUR.txt
.
To install them, use:
pacman -S --needed - < packages.txt
yay -S --needed - < packages_AUR.txt
The configs for awesome
, picom
, and kitty
are outdated, if you want to use them, make sure to install these packages as well.
pacman -S awesome kitty rofi slock flameshot
yay -S picom-git
Clone the repo into your home directory.
git clone https://github.com/sihensel/dotfiles.git
There is no wallpaper included, the window manager looks for ~/wallpapers/wall.jpg
.
This can be configured in theme.lua for awesome or process.sh for river.
The script install.sh
places symlinks to the local repo, so all files can stay in one place.
You might want to ignore that, this is just for my personal setup.
./install.sh # or
./install.sh -p /path/to/dotfiles/
Note: I use the xdg-user-dirs
package to get rid of most of the standard XDG directories. See the user-dirs.dirs file for details.
The keybinds are listed in init.lua.
Plugins are managed via Lazy.nvim. The Plugin manager installs itself and all plugins automatically.
LSP clients are also installed automatically via Mason.
The following packages are exteneral dependencies, install them with your package manager:
fd ripgrep fzf jq tree-sitter tree-sitter-cli
Also install the Python provider for Neovim.
pip install neovim
This theme is heavily based on Dook97's config with a few additions.
It is intended to use with the tridactyl extension (Install the firefox-tridactyl
package for Arch, and restart Firefox twice).
When using Librewolf (or any other Firefox fork I guess), install the tridactyl
extension from their Github repo.
Go to about:config
:
- Set
toolkit.legacyUserProfileCustomizations.stylesheets
totrue
- Set
browser.compactmode.show
totrue
- Also set
extensions.pocket.enabled
tofalse
while we're at it - For my setup:
browser.tabs.loadBookmarksInBackground
totrue
browser.bookmarks.openInTabClosesMenu
tofalse
browser.translations.automaticallyPopup
tofalse
browser.translations.enable
tofalse
browser.translations.panelShown
tofalse
Go to the Customize Toolbar
menu (under More Tools
) and set density
to compact
.
Enable a dark theme in the settings, I use this Gruvbox theme.
Copy the chrome
directory to the root directory of your Firefox profile. Check about:profiles
for the path to your profile.
The custom folder icon for the bookmarks toolbar is from icons8.com.
Gruvbox Slack theme. Paste into Preferences
> Themes
.
#282828,#3c3836,#D65D0E,#1D2021,#504945,#FBF1C7,#83C07C,#fb4934,#282828,#FBF1C7
Make sure to install the pacman-contrib
package, then copy the file to /etc/pacman.d/hooks
.
sudo mkdir /etc/pacman.d/hooks
sudo cp clear_cache.hook /etc/pacman.d/hooks
For Chrome, visit chrome://flags/#enable-webrtc-pipewire-capturer
and chrome://flags/#ozone-platform-hint
.
Start Chrome with google-chrome-stable --enable-features=UseOzonePlatform --ozone-platform=wayland
.
Start Slack with: slack --enable-features=WebRTCPipeWireCapturer
.