Skip to content

frybin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

These are my dotfiles for my arch system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published