Repository of my personal dotfiles
Find a file
2023-10-02 08:25:14 +07:00
.config fix: Hyprland breaking changes 2023-10-02 08:25:14 +07:00
.local/bin + Removed unused scripts 2022-07-03 13:03:55 +07:00
.scripts + Added TwiddleCase 2020-10-20 12:09:08 +07:00
.octaverc + Added octaverc 2021-03-06 10:13:29 +07:00
.psqlrc + PS2 now unique to prevent confusion 2020-11-07 06:57:37 +07:00
.xinitrc + Added X11 related config files 2020-05-11 07:19:57 +07:00
.xprofile + Added X11 related config files 2020-05-11 07:19:57 +07:00
README.md + Replaced old screenshot 2022-07-04 09:11:12 +07:00

null2264's dotfiles

Repository that contains my personal config files.

Hi, welcome to my dotfiles repo!

This is my personal collection of configuration files.

I'm still working on cleaning up some mess.

My Setup:

  • WM: bspwm / DWMʳ
  • OS: Arch Linux / macOS 12.x (Monterey)
  • Shell: zsh
  • Terminal: stʳ / kitty / iTerm2
  • Editor: Neovim / vim
  • File Manager: Thunar / lf
  • Launcher: rofi / dmenu / Sol
  • Browser: Librewolf / Brave

info: ʳ = in separate repo; = partially work

Setup

Currently there's no automatic installer for my dotfiles.

I'm working on Luke Smith's LARBS fork to be able to install my dotfiles (Too lazy lol)

  • LARBS
  • Console-TDM
  • Nerd Fonts
    • Iosevka
    • Fira
    • Sarasa Font
  • Feather / Lucide (Font)
  • st (st-zi build)
  • Tiling WM
    • Qtile
    • BSPWM
    • DWM
    • yabai
  • dortania (A great hackintosh guide)

Tips

Small guide for my dwm hotkeys

  • MODKey (Super/Win Key): Window Manager
  • Alt/Option: Terminal
  • Ctrl/: Most program inside terminal

ZSH setup

Add this to /etc/zsh/zshenv (macOS: /etc/zshenv)

#!/bin/zsh

export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"

For winders peeps

Set $PROFILE environment variable to your powershell config file path (ex: $PROFILE='$HOME/.config/powershell/profile.ps1')