1.7 KiB
1.7 KiB
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 10.15 (Catalina)***
- Shell: zsh
- Terminal: st** / urxvt*
- Editor: Neovim / vim*
- File Manager: Thunar / lf*
- Launcher: rofi* / dmenu*
- Browser: Firefox / Librewolf
info: * = config included; ** = 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)
Depedencies / Programs
- ZSH
- Console-TDM
- X11
- Nerd Fonts (Iosevka, UbuntuMono, and Fira)
- Feather (Font)
- st (st-zi build)
- Tiling WM (Qtile, BSPWM, or DWM)
Tips
Small guide for my dwm hotkeys
- MODKey (Super/Win Key): Window Manager
- Alt/Option: Terminal
- Ctrl/: Most program inside terminal
Add this to /etc/zsh/zshenv
(macOS: /etc/zshenv
)
#!/bin/zsh
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
Set $PROFILE environment variable to your powershell config file path (ex: $PROFILE='$HOME/.config/powershell/profile.ps1')
README.md is still under construction