Git Product home page Git Product logo

super-dot-files's Introduction

Super Dot Files

Hackistan Edition

Arch linux, bspwm, yay, BlackArch Repos Screenshot

Usage

Keyboard Shortcuts

Keys action
super + enter New terminal window
super + ctrl + shift + 4 Take screen shot
super + [1-6] Switch to desktop [1-6]
super + ctrl + [1-6] Move current window to desktop [1-6]

Installation

Existing Arch Linux install

I've always used these as a reference when installing

pacstrap /mnt base linux linux-firmware lvm2 vim git zsh sudo
genfstab -U /mnt >> /mnt/etc/fstab
vim /mnt/etc/fstab # remove extra swap
arch-chroot /mnt

now follow https://wiki.archlinux.org/index.php/installation_guide#Time_zone

  • create a user, with sudo permissions
echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel
useradd -m -G wheel -s /bin/bash operator
passwd operator
su - operator
mkdir .config
cd .config
git clone https://github.com/defektive/super-dot-files.git
cd super-dot-files
provisioners/install.sh

Vagrant

This uses vagrant, but everything should work on a clean install of Arch

OSX Note: sadly I couldn't get certain key combinations to work (super + {Left, Right, Up, Down}) so that has been mapped to alt

vagrant up

Making things work better

Low battery warnings and hibernate

  • Add resume to HOOKS after filesystems before fsck
  • Add resume=/dev/mapper/[LVM SWAP NAME] to kernel options in /boot/loaders/*.conf
  • run sudo mkinitcpio -p linux

super-dot-files's People

Contributors

defektive avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.