Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allowexe/myownarchinstall
My own archinstall script, because I've been installing it 5 time this week and I'm tired of installing it manually.
https://github.com/allowexe/myownarchinstall
archlinux archlinux-dotfiles archlinux-installer
Last synced: 18 days ago
JSON representation
My own archinstall script, because I've been installing it 5 time this week and I'm tired of installing it manually.
- Host: GitHub
- URL: https://github.com/allowexe/myownarchinstall
- Owner: Allowexe
- License: unlicense
- Created: 2024-03-03T16:12:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T14:35:42.000Z (8 months ago)
- Last Synced: 2024-06-14T16:03:24.932Z (8 months ago)
- Topics: archlinux, archlinux-dotfiles, archlinux-installer
- Language: Lua
- Homepage:
- Size: 6.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myOwnArchInstall
My own archinstall script, because I've been installing it 5 time this week and I'm tired of installing it manually.### -- WORK IN PROGRESS --
After putting everything in place, execute this :
```sh
sudo pacman -S eza zsh zoxide $(pacman -Sgq nerd-fonts) ruby npm croc neovim neofetch thunderbird redshift
sudo gem install solargraph --user
sudo npm install -g pyright
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
yay -S --noconfirm zsh-theme-powerlevel10k-git
echo 'source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
```
Then, relaunch your shell and configure p10k like this :
```txt
y y n y 1 y 3 1 2 3 1 1 2 1 1 2 2 1 y 1 y
```