Skip to content

HighDelay/dotfiles

Repository files navigation

Dotfiles

This is my personal linux configs

In order to install this, paste the following commands to terminal:

git clone https://github.com/HighDelay/dotfiles/ && cd dotfiles && cp -rv .* ~/ ; rm -rf ~/.git

To set wallpaper, use feh:

feh --bg-fill /path/to/your/wallpaper

If you use xorg-xinit, to start the session:

startx

Autostart X when logging in from TTY:

##.zprofile file
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
  exec startx
fi

Make sure that you have installed all the required dependencies

Dependencies

  • WM: bspwm
  • Bar: polybar
  • Shortcuts: sxhkd (check .config/sxhkd/sxhkdrc for kb shortcuts, Win + enter to open the terminal)
  • Launcher - Powermenu: rofi
  • Screenshot: scrot (Win/Super+shift+S to capture on selection, PrintScr to capture the entire screen, Ctrl+PrintScr to capture active windows)
  • Compositor: picom
  • Notification Daemon: dunst
  • Terminal: kitty (main), urxvt, urxvt-perls (for kb shortcuts)
  • Sysmon: htop
  • Sysfetch: fastfetch
  • Wallpaper: feh
  • Fonts: cozette-otb, ipa-fonts
  • Shell: zsh (ohmyzsh, zsh-autosuggestions, zsh-syntax-highlighting, zsh-completions, powerlevel10k)
  • Lockscreen: betterlockscreen
yay -Sy bspwm polybar rofi scrot sxhkd picom dunst rxvt-unicode urxvt-perls htop feh cozette-otb ipa-fonts noto-fonts zsh betterlockscreen fastfetch thunar thunar-volman thunar-archive-plugin polkit polkit-gnome dbus gnome-keyring tumbler ffmpegthumbnailer gvfs lxappearance xorg-server xorg-xinit xorg-xsetroot xclip cmus mpd mpc rmpc kitty

GTK themes, icons, and cursors to match the config

Screenshots

1 2 3 4 5

About

Linux dotties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published