Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/o2sh/dotfiles
There is no place like ~ !
https://github.com/o2sh/dotfiles
Last synced: about 1 month ago
JSON representation
There is no place like ~ !
- Host: GitHub
- URL: https://github.com/o2sh/dotfiles
- Owner: o2sh
- Created: 2018-09-06T18:12:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T10:44:24.000Z (3 months ago)
- Last Synced: 2024-08-24T11:44:02.119Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 549 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Install
- loadkeys fr-latin1
- ping archlinux.org
- timedatectl set-ntp true
- create partition with fdisk : 300M for boot 30G for root the rest for home (change type to 1 for boot to UEFI)
- mkfs.fat -F32 for boot and mkfs.ext4 for root and home
- mount /mnt on root fs and /mnt/home (mkdir) on home fs
- cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
- pacman -Sy pacman-mirrorlist
- rankmirrors -n 6 /etc/pacman.d/mirrorlist.backup > /etc/pacman.d/mirrorlist
- pacstrap /mnt base base-devel vim
- genfstab -U -p /mnt >> /mnt/etc/fstab
- arch-chroot /mnt## Post-Install
- add KEYMAP=fr to /etc/vconsole.conf
- useradd -m -g wheel o2sh
- passwd o2sh
- vi /etc/sudoers (uncomment %wheel ALL=(ALL) NOPASSWD: ALL) visudo
- pacman -S cpupower
- systemctl enable cpupower.service
- pacman -S mesa-dri xf86-video-intel bumblebee nvidia
- gpasswd -a o2sh bumblebee
- systemctl start bumblebeed.service
- pacman -S xorg-server xorg-xinit
- pacman -S firefox## Useful
- lscpu | grep Mhz
- fc-list | grep -i awesome
- fc-cache -f -v
- https://fontawesome.com/cheatsheet?from=io
- Server = https://mirror.thekinrar.fr/archlinux/$repo/os/$arch