Giter Club home page Giter Club logo

old-arch-linux-dotfiles's Introduction

My Arch Linux setup

Installing Arch Linux

systemd-boot

  • nvim /boot/loader/loader.conf
default arch
  • nvim /boot/loader/entries/arch.conf
title Arch Linux
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options cryptdevice=UUID=[UUID] root=/dev/mapper/luks_root rw acpi\_rev\_override=1

Setup

  • git clone https://github.com/arturbosch/dotfiles ~/.dotfiles
  • chmod +x -R .dotfiles
  • cd ~/.dotfiles
  • ./mkdirs.sh
  • ./links.sh
  • ./software.sh
  • ./system_software.sh
  • ./yaourt.sh
  • ./software_from_yaourt.sh

Disable dicrete GPU

  • sudo pacman -S bbswitch bumblebee
  • add "acpi_rev_override=1" to the boot parameters
  • systemctl enable bumblebee.service
  • cat /proc/acpi/bbswitch // OFF

Tlp & powertop

  • sudo pacman -S tlp powertop
  • systemctl enable tlp.service
  • systemctl enable tlp-sleep.service
  • sudo nvim /etc/systemd/system/powertop.service
[Unit]
Description=Powertop tunings

[Service]
Type=exec
ExecStart=/usr/bin/powertop --auto-tune
RemainAfterExit=true

[Install]
WantedBy=multi-user.target

nvim & coc

https://github.com/neoclide/coc.nvim

  • :PlugInstall
  • :UpdateRemotePlugins
  • :CoCInstall coc-python coc-emmet coc-yaml coc-json coc-tsserver coc-html coc-css coc-eslint coc-prettier coc-java

Firefox Theme

https://color.firefox.com/?theme=XQAAAAIZAQAAAAAAAABBqYhm849SCia2CaaEGccwS-xNKlhTF0Gdmgrt-MSYP_BJi3ulTyQ6uQYTNGDKin1K3CBj-xHrShb_hiDHwcWL6bwrs97I3hc_wBau8NR4r6ZYXDmW8eq7q4t79j10kcZlMWezi6GXdt8y9OGen60KntARoemPMyQckFa5kxtAVgBRpA17vAsX_bTmvGGx58V5eILytg07RqZqvngmtUo2vZKh50ZR4Dd0z7_5Aji2

Printer Setup

sudo pacman -S cups gutenprint simple-scan
systemctl enable org.cups.cupsd.service
systemctl start org.cups.cupsd.service
http://localhost:631/admin

Update XPS 15 Bios

  • sudo mkdir /boot/EFI/Dell/Bios
  • sudo mv ~/Downloads/XPS_15...exe /boot/EFI/Dell/Bios
  • Restart and Install Bios Update

Credits

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.