Repository of my personal dotfiles
Stolen from https://github.com/Mango0x45/dotfiles/blob/master/.config/eww/eww.scss Because I lost mine :P Change later |
||
---|---|---|
.config | ||
.local/bin | ||
.scripts | ||
.gitignore | ||
.octaverc | ||
.psqlrc | ||
.xinitrc | ||
.xprofile | ||
README.md |
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)ᵖ
- Shell: zsh
- Terminal: stʳ / kitty / iTerm2
- Editor: Neovim / VSCode / IDEA
- File Manager: Thunar / Nautilus / lf
- Launcher: tofi / Sol
- Browser: Pulse
info: ʳ = in separate repo; ᵖ = partially work
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
.
Recommended Project/Software
- TBSM
- Fonts
- Iosevka
- Fira
- Sarasa Font
- Feather / Lucide (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 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')