Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexphanna/dot-files
My Arch Linux configuration files
https://github.com/alexphanna/dot-files
dotfiles linux
Last synced: about 1 month ago
JSON representation
My Arch Linux configuration files
- Host: GitHub
- URL: https://github.com/alexphanna/dot-files
- Owner: alexphanna
- Created: 2023-09-23T19:08:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T22:26:51.000Z (5 months ago)
- Last Synced: 2024-11-08T02:42:52.270Z (3 months ago)
- Topics: dotfiles, linux
- Language: Shell
- Homepage:
- Size: 4.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dot-Files
My minimalist Arch Linux configuration files
![](screenshot.png)
## Information
### Software
- Operating System: Arch Linux
- Window Manger: [dwm](https://github.com/alexphanna/dwm)
- Terminal Emulator: [st](https://github.com/alexphanna/st)
- Network Manager: systemd-networkd
- Internet Browser: Firefox
- Code Editor: Visual Studio Code## Installation
```
sudo pacman -S xorg-xcompmgr xorg-xrandr zsh zsh-autosuggestions zsh-syntax-highlighting
cd ~
git init
git add remote origin https://github.com/alexphanna/dot-files.git
git pull origin main
```