Repository of my personal dotfiles
Find a file
2020-07-12 14:37:39 +07:00
.config + Added Vim ASCII logo... cuz why not 2020-07-12 14:02:24 +07:00
.local + 2020-06-10 13:13:53 +07:00
.scripts + Replacing cmus with ncmpcpp (mpd) 2020-06-16 08:17:33 +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 + Updated README.md 2020-07-12 14:37:39 +07:00

dotfiles

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 in progress on cleaning up some mess.

My Setup:

  • WM: bspwm / DWM*
  • OS: Arch Linux
  • Shell: zsh
  • Terminal: st** / urxvt*
  • Editor: Neovim / vim*
  • File Manager: Thunar / lf* / ranger*
  • Launcher: rofi* / dmenu*
  • Browser: Firefox

info: * = config included; **= source included

  • 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 hotkeys

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

Add this to /etc/zsh/zshenv

#!/bin/zsh

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

README.md is still under construction