hugocotoflorez / dotfiles

dotfiles from my Arch linux - laptop setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Dotfiles from my Arch Linux - Laptop setup! Updated weekly.

[Hyprland]

picture

picture

picture

picture

picture

nvim quick setup

clone this repo

git clone https://github.com/hugocotoflorez/dotfiles

create a simlink (nvim folder in .config must not exist)

ln -s <repo path>/nvim ~/.config/nvim.config/nvim

install packer

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

errors at first start must be ignored and overpassed pressing enter key then, :so :PackerSync :PackerCompile

Remaps & languages

  • caps lock (hold) -> control
  • caps lock (tap) -> escape

How to set Caps as Esc and Control

Using caps2esc, follow this steps:

  • Install it (Arch) pacman -S interception-caps2lock
  • Edit /etc/interception/udevmon.d/caps2esc.yaml
  • Write this :
- JOB: intercept -g $DEVNODE | caps2esc | uinput -d $DEVNODE
  DEVICE:
    EVENTS:
      EV_KEY: [KEY_CAPSLOCK, KEY_ESC]
  • Make sure udevmon is enabled and running

Cursor theme

  • Install volantes
  • Run gsettings set org.gnome.desktop.interface cursor-theme 'volantes_cursors'

About

dotfiles from my Arch linux - laptop setup


Languages

Language:Shell 43.1%Language:Lua 31.1%Language:Ruby 18.0%Language:CSS 7.1%Language:Makefile 0.4%Language:Dockerfile 0.3%