Skip to content

My dotifles for config in Windows, Linux, and MacOS

Notifications You must be signed in to change notification settings

KiLLeRRaT/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

This is my .dotfiles. It's as multi platform as I could make it, up to a point. You will find dotfiles for Linux, MacOS, and Windows in here.

Installation

Linux

Arch

Installing arch using archinstall:

curl -L https://u.gouws.org/install/install-arch2-bootstrap.sh | bash

Then run the scripts in order:

./install-arch2.10-partition.sh
./install-arch2.20-mount.sh
./install-arch2.30-install.sh
./install-arch2.50-arch-chroot.sh

Debian Server

    curl -LOJ https://u.gouws.org/install-debian-server.sh
    chmod u+x install-arch.sh
    ./install-arch.sh

Debian

    curl -LOJ https://u.gouws.org/install-debian.sh
    chmod u+x install-arch.sh
    ./install-arch.sh

SSH Auth using Yubikey

eval $(ssh-agent -s)
ssh-add -K

Key Bindings

The notation for Ctrl is <c-x> and Alt is <m-x> (Alt means meta, hence the m). The notation for Shift is just a capital letter. e.g is alt + shift + h.