Giter VIP home page Giter VIP logo

btw_i_use_arch's Introduction

BTW I Use Arch

Documentation Status Updates

Helper menu-driven CLI for installing packages and setting up Linux components on an Arch-based system. If performing a clean install - ALWAYS RUN PACMAN SYSTEM UPDATES FIRST! Disclaimer: I have built precisely one Arch system and spend the majority of my time using Manjaro KDE, which suits my needs nicely. I like Arch! But I think I might actually prefer Manjaro. This package works equally well for either distro.

Features

  • Menu-driven (uses simple-term-menu)
  • Update components and perform setup tasks more simply

Notes for specific packages:

Spelling check packages

aspell hunspell-en_US hspell libviokko

DB Drivers for GNUCash

libdbi libdbi-drivers

Packages required to enable gestures for touchpad

xdotool xf86-input-synaptics libinput-gestures

KDE-Specific Widget for setting up like Mac-like dock

latte-dock

KDE-Specific Widget - Configures Title bar in Global Menu

plasma5-applets-active-window-control

Post-installation Tasks:

Set up latte dock and widgets

If going for the dock / top menu bar look, search the apps menu for dock and add it. Drag the menu bar from the bottom to the top and add the global menu, active window control, and a spacer (L-to-R). Edit the settings of active window control so it shows the Minimize and Maximize buttons. Run this to remove the top title bar when windows are maximized: kwriteconfig5 --file ~/.config/kwinrc --group Windows --key BorderlessMaximizedWindows true qdbus org.kde.KWin /KWin reconfigure Reference for removing title bar

initialize postgres:

restore database dumps manually

e.g.:

psql -U justin -d gnucash-kff -f ./Desktop/dumpfile

set up cron jobs, e.g. [./dev/pg-db-backup/db-export.py]

Mounting an NFS Share

Substitute the relevant server and local share directory as necessary. Optionally backup /etc/fstab

sudo cp /etc/fstab /etc/fstab_bkp

and add the following line: 192.168.100.100:/mnt/tank /home/justin/nfs_share nfs _netdev 0 0

Restoring a user profile

Navigate to user directory and run:

tar xzvf /backup/location/mybackup.tar.gz

Setting up .pypirc file

Use template provided and plug in keys from gitlab and pypi, place in home directory for easy deployments

Accessing USB Devices / Microcontrollers without sudo:

Find the device: sudo dmesg | grep tty Find the Group ID by running this command: (change tty device accordingly) stat /dev/ttyUSB0 Add your Linux user to the gid determined in the previous command ("uucp" in this case) sudo gpasswd -a $USER uucp

Issues I've encountered + Fixes

Issue Fix
Blocky, weird looking text rendered in PDFs and Webpages epifonts was causing a conflict with Helvetica (yay -R epifonts)
Spotify Problem importing key Run this: curl -sS https://download.spotify.com/debian/pubkey.gpg | gpg --import - and choose No when yay asks to import key during installation
Slow Wi-Fi https://wiki.archlinux.org/title/NetworkManager#Using_iwd_as_the_Wi-Fi_backend - set iwd as Wi-Fi Backend

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template. It also utilizes simple-term-menu by IngoMeyer441.

btw_i_use_arch's People

Contributors

cerealkella avatar pyup-bot avatar

Watchers

 avatar

btw_i_use_arch's Issues

Initial Update

The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.

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.