https://github.com/neiesc/dotfiles
dotfiles by neiesc
https://github.com/neiesc/dotfiles
dotfiles linux shell vim vimrc windows
Last synced: 6 months ago
JSON representation
dotfiles by neiesc
- Host: GitHub
- URL: https://github.com/neiesc/dotfiles
- Owner: neiesc
- Created: 2014-11-01T17:54:22.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-07-28T01:27:43.000Z (11 months ago)
- Last Synced: 2025-07-28T03:27:02.192Z (11 months ago)
- Topics: dotfiles, linux, shell, vim, vimrc, windows
- Language: GLSL
- Homepage:
- Size: 2.81 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - neiesc/dotfiles - dotfiles (GNU/Linux) (Nushell)
README
# dotfiles
## Installation Arch linux
- [Download the Arch Linux ISO](https://archlinux.org/download) first then:
- Put it on a USB stick (use [balenaEtcher](https://etcher.balena.io) on Mac/Windows.
- [caligula](https://github.com/ifd3f/caligula) on Linux).
- ```
sudo fdisk -l
lsblk
sudo dd bs=4M if=path/to/archlinux.iso of=/dev/sdX status=progress oflag=sync
```
- And finish with boot off the stick (remember to turn off Secure Boot in the BIOS!).
- If you're on wifi, start by running `iwctl`, then type `station wlan0 scan`, then `station wlan0 connect `, pick your network, and enter the password. If you're on ethernet, you don't need this.
- `sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME`