Repository of my personal dotfiles
Find a file
2024-05-07 13:56:10 +07:00
.config feat(nvim): Add git-conflict.nvim 2024-05-07 13:56:10 +07:00
.local/bin revert: Remove spotify-compat 2024-05-02 08:29:37 +07:00
.scripts + Added TwiddleCase 2020-10-20 12:09:08 +07:00
archive/vim chore: Archive vimrc 2024-04-18 13:12:48 +07:00
.gitignore chore: Sync 2024-04-24 11:14:35 +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 docs: Use footnote 2024-04-18 12:34:55 +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: Hyprland
  • OS: Arch Linux / macOS 13.x (Ventura)1
  • Shell: zsh
  • Terminal: kitty / iTerm2
  • Editor: Neovim / VSCode / IDEA
  • File Manager: Thunar / Nautilus / lf
  • Launcher: tofi / Alfred
  • Browser: Pulse

Setup

Warning

This section is still WIP!

First time setup only: run setup-dotfiles <dotfiles path> > ~/.config/zsh/dotfiles, e.g. setup-dotfiles ~/Build/GIT/dotfiles > ~/.config/zsh/dotfiles.

  • TBSM
  • Fonts
    • Iosevka + Sarasa Gothic
    • Fira
    • Feather / Lucide / Phosphor (for Icons)
  • kitty
  • Tiling WM
    • Qtile (Linux - X11)
    • BSPWM (Linux - X11)
    • DWM (Linux - X11)
    • Hyprland (Linux - Wayland)
    • yabai (macOS)
  • dortania (A great hackintosh guide)

Tips

Small guide for my tiling WM 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"

  1. macOS support is partially working ↩︎