0ql / dotfiles

Personal Dotfiles with an added install script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Personal Dotfiles with an added install script.

Stack

  • Hyprland as the WM
  • Kitty as the terminal emulator
  • NeoVim as the texteditor
  • Wofi a dmenu/rofi-like window switcher and application launcher
  • Starship prompt
  • zsh as the shell

install.sh

Basically copies over all config files and their according positions within the file system. Don't run as root. Optionally auto install software (available only on arch).

install-archiso-x86_64-uefi.sh

Ideally suited to run on a bare bones Arch ISO to set up a virtual machine (as it doesn't create a swap file).

Some commands

To download install-archiso-x86_64-uefi file

curl -O https://raw.githubusercontent.com/0ql/dotfiles/master/install-archiso-x86_64-uefi.sh
curl -O https://0ql.dev/install-archiso-x86_64-uefi.sh

To clone the repo with git

git clone https://github.com/0ql/dotfiles

Known Issues

telescope grep not working

About

Personal Dotfiles with an added install script.

License:MIT License


Languages

Language:Shell 85.2%Language:Lua 12.2%Language:CSS 2.6%