Repository of my personal dotfiles
Find a file
ziro e5ba0534aa
+ FUCKING GOOGLE AND THEIR SHITTY FUCKING SOFTWARE
ANDROID_SDK_HOME is deprecated so i removed it, now AVD won't launch
apparently i can use ANDROID_PREFS_ROOT! so much pain just to fix this
one fucking software, as expected from software managed by Google
2022-05-07 13:32:11 +07:00
.config + FUCKING GOOGLE AND THEIR SHITTY FUCKING SOFTWARE 2022-05-07 13:32:11 +07:00
.local/bin + Adjusting spaces 2021-03-04 08:37:20 +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 --[Modifed: README.md]----------- 2020-07-27 11:23:53 +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 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

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

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 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"

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

README.md is still under construction