Coder Social home page Coder Social logo

dotfiles's Introduction

dotfiles

AUR helper

  • yay
    $ git clone https://aur.archlinux.org/yay-git.git
    $ cd yay-git
    $ makepkg si
    

Backup and restore script

  • Set post-transaction hooks in /etc/pacman.d/hooks:
    [Trigger]
    Operation = Install
    Operation = Remove
    Type = Package
    Target = *
    
    [Action]
    When = PostTransaction
    Exec = /bin/sh -c '/usr/bin/pacman -Qqen > ~/.backup/official_pkglist.txt && /usr/bin/pacman -Qqem > ~/.backup/aur_pkglist.txt '
    
  • Restore official packages from a list
    $ sudo pacman -S --needed - < official_pkglist.txt
    
  • Restore AUR packages from a list
    $ yay -S --needed - < aur_pkglist.txt
    

Theme

Dracula: dark theme with some changes.

Arch installation guide

Follow this gist.

General recommendations for system management directions and post-installation tutorials (like setting up a graphical user interface, sound or a touchpad). For a list of applications that may be of interest, see List of applications.

Things to do after installation

  • Install microcode: Processor manufacturers release stability and security updates to the processor microcode. These updates provide bug fixes that can be critical to the stability of your system. Without them, you may experience spurious crashes or unexpected system halts that can be difficult to track down. All users with an AMD or Intel CPU should install the microcode updates to ensure system stability.
    • Intel: $ sudo pacman -S intel-ucode
    • AMD: $ sudo pacman -S amd-ucode
      • In both cases update grub config file: $ grub-mkconfig -o /boot/grub/grub.cfg
  • Delete boot delay
    • $ sudo nano /etc/default//grub
    • Add the following line: GRUB_FORCE_HIDDEN_MENU = 'true'
    • Put file 31_hold_shift to /etc/grub.d/
    • Make it executable: $ sudo chmod a+x /etc/grub.d/31_hold_shift
    • Regenerate grub configuration $ sudo grub-mkconfig -o /boot/grub/grub.cfg
  • Remove orphans: $ sudo pacman -Rns $(pacman -Qtdq)
  • Optimize pacman's database access speeds: $ sudo pacman-optimize
  • Check for errors:
    • sudo $ systemctl --failed
    • sudo $ journalctl -p 3 -xb

dotfiles's People

Contributors

sickmz avatar

Watchers

 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.