Giter Club home page Giter Club logo

dotfiles's Introduction

dotfiles

Arch linux config

Installation

First do everything from the guide up until the pacstrap command (and including the pacstrap. Then login with arch-chroot.

arch-chroot packages and stuff

Create user and add to sudo group!

ln -sf /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime
hwclock --systohc
pacman -S neovim
# Update /etc/locale.gen
locale-gen

useradd -m -g users -G wheel bram
passwd bram
EDITOR=nvim visudo

pacman -S \
  linux \
  linux-headers \
  base-devel \
  openssh \
  networkmanager \
  wpa_supplicant \
  wireless_tools \
  netctl \
  dialog \
  grub \
  dosfstools \
  os-prober \
  mtools \
  efibootmgr \
  amd-ucode \
  libimobiledevice \  # iPhone USB tethering
  ntfs-3g \  # Dual boot windows

# Check packages: sudo

systemctl enable sshd
systemctl enable NetworkManager

# Grub stuff
mkdir /boot/EFI
mount /dev/efi_partition /boot/EFI
grub-install --target=x86_64-efi --bootloader-id=grub_uefi --recheck
cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
grub-mkconfig -o /boot/grub/grub.conf

Default packages

sudo pacman -S \
  bash-completion \
  docker \
  git \
  i3 \  # With i3-wm, not i3-gaps
  dmenu \
  xorg xorg-xinit \
  alacritty \
  nvidia \  # But check video card
  firefox \
  nodejs npm \
  pulseaudio \
  alsa-utils asoundconf \  # sound
  lightdm lightdm-gtk-greeter \  # startup screen, don't forget to enable (systemctl)
  feh \  # for your cool background
  python python-pip tk \
  network-manager-applet \
  openvpn networkmanager-openvpn \
  mysql \  # Needed for pip mysqlclient
  zip \
  ntp \  # dateutils stuff
  unzip \
  autorandr \  # xrandr settings saving and loading
  dnsutils \
  flameshot \
  wireshark-cli \
  cmake \
  protobuf \

AUR default packages

homeshick  # follow their docs!
spotify
rtl88x2bu-dkms-git  # for realtek usb wifi adapter
nvm  # node version manager

dotfiles's People

Contributors

swopper050 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.