https://github.com/daimaou92/dotfiles
Personal dotfiles for ArchLinux (aarch64) in VMware Fusion
https://github.com/daimaou92/dotfiles
arch-linux archlinux dotfiles dotfiles-linux
Last synced: 4 months ago
JSON representation
Personal dotfiles for ArchLinux (aarch64) in VMware Fusion
- Host: GitHub
- URL: https://github.com/daimaou92/dotfiles
- Owner: daimaou92
- License: mit
- Created: 2022-02-09T19:46:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T05:02:22.000Z (almost 4 years ago)
- Last Synced: 2024-12-29T05:34:01.361Z (about 1 year ago)
- Topics: arch-linux, archlinux, dotfiles, dotfiles-linux
- Language: Shell
- Homepage:
- Size: 8.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
These are written assuming the following things:
1. The system is a VM in VMWare
2. ArchLinux aarch64
3. Work underway for Debian aarch64
I personally use an Apple M1 device and this makes sense for my workflow.
If you like Arch but are having issues installing it in the [VMWare Fusion Tech Preview](https://customerconnect.vmware.com/downloads/get-download?downloadGroup=FUS-PUBTP-2021H1)
have a look at my [arch installation repo](https://github.com/daimaou92/install-arch-vmwarefusion-techpreview).
## The major programs
1. xorg with i3-gaps (almost default config)
2. go
3. node
4. rust
5. kitty
6. neovim (with lsp)
7. zsh
There are `*conf.sh` files in the root of this repo that setup parts of the
system one by one. The order I run them in:
```Bash
./zshconf.sh
./xconf.sh
./nvimconf.sh
```
Please inspect them, before running, to see if what it does is what you want.