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:

archinstall --config https://u.gouws.org/archinstall

Then say no to entering chroot, reboot, and run the following:

    curl -LOJ https://u.gouws.org/install-arch.sh
    chmod u+x install-arch.sh
    ./install-arch.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

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.