Git Product home page Git Product logo

dotfiles's Introduction

Run ./install.sh after fresh install of arch to install most packages

If not enough temp space for install

sudo mount -o remount,size=12G,noatime /tmp

To do setup timef

sudo systemctl start ntpd sudo ntpd -qg

To setup wirehsark

sudo usermod -a -G wireshark $USER

To setup key signing

gpg --full-generate-key gpg --list-secret-keys --keyid-format LONG gpg --armor --export git config --global user.signingkey

To get the to 50 mirrors (Will Take Time)

sudo cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup sudo rankmirrors -n 50 /etc/pacman.d/mirrorlist.backup > /etc/pacman.d/mirrorlist

I3 Lock Setup

sudo mkdir /usr/local/build cd /usr/local/build sudo git clone --recursive https://github.com/yvbbrjdr/i3lock-fancy-rapid cd i3lock-fancy-rapid sudo make sudo cp i3lock-fancy-rapid /usr/bin

Crontab Jobs

*/5 * * * * /home/red/.config/twmn/check-battery.sh >/dev/null 2>&1

Setup Notification

sudo vim /usr/share/dbus-1/services/org.freedesktop.Notifications.service ''' [D-BUS Service] Name=org.freedesktop.Notifications Exec=/usr/lib/notification-daemon-1.0/notification-daemon ''' systemctl start twmnd.service

Setup Kitty Profile on remote ssh Systems

kitty +kitten ssh username@hostname

Edit LightDM Theme

sudo vim /etc/lightdm/lightdm-webkit2-greeter.conf cd /var/lib/AccountsService/users

dotfiles's People

Contributors

frybin avatar

Watchers

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.