Skip to content

791E/dotfiles

Repository files navigation

Dotfiles

My linux dotfiles

General

I'm trying to add all of my dotfiles to this repo, but this will probably take a lot more time. If you find any mistakes or want to add / improve something, do feel free to create an issue / pull request. If it's something you'd like to add though, I might not accept the PR, because this repo is after all made to organize my dotfiles.

Installation

clone the repo and move the folders to the correct location, or use stow to automatically create symlinks.

Example: Installing the neovim config

git clone https://github.com/791E/dotfiles
cd dotfiles
stow nvim

Dependencies

hypr

  • wayland
  • hyprland
  • hyprpaper
  • hypridle
  • kitty (can be changed in the config file)
  • dolphin (can be changed in the config file)
  • rofi (can be changed in the config file)
  • pipewire (pulseaudio can be used, but pipewire is newer and therefore recommended)
  • pavucontrol (GUI for pulseaudio / pipewire) (optional)

kitty

  • kitty
  • FiraCode Nerd Font (can be changed in the config file)

nvim

  • nvim
  • npm (to install pyright [LSP server for python], doesn't need to be installed if you don't care about python, but then I'd recommend removing everything that contains "pyright" from dotfiles/nvim/.config/nvim/lua/plugins/lsp-config.lua)
  • git (lazy.nvim and mason.nvim use git to install plugins / LSP servers)

sddm

  • sddm

yazi

  • yazi

zsh

  • zsh
  • git (to install antigen plugins)
  • fzf (fuzzy finder for command history, two aliases depend on fzf)

Known issues

KDE Dolphin doesn't recognize MIME associations

When I installed KDE's file manager Dolphin, it never recognized the MIME file type associations. I googled it and found a discussion on it over on the arch forums, but that didn't help for me. The only thing that helped, was a comment by Trvzn after the thread was already marked as solved, linking a reddit discussion from over on r/KDE, where u/Red-Eye-Soul had the same issue. The solution proposed by u/Puzzleheaded_Leg369 on this discussion worked for me, so try that if you have the same issue, or create an issue / PR if you happen to know about a better solution.

About

My linux dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published