Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```