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

https://github.com/arithefirst/dotfiles

April Hall's Arch Linux dotfiles
https://github.com/arithefirst/dotfiles

Last synced: 3 months ago
JSON representation

April Hall's Arch Linux dotfiles

Awesome Lists containing this project

README

          

🦄 Dotfiles 🦄


By April Hall

Configured with GNU Stow

How to Use

### Assisted Install (Arch only)
1. Clone the repo and run the installer

```shell
git clone https://github.com/arithefirst/dotfiles ~/dotfiles && \
cd ~/dotfiles/ && sh installer.sh
```
2. Pick the apps you want to install from the menu

### Manual Install
1. Clone this repo:

```shell
git clone --recursive https://github.com/arithefirst/dotfiles.git $HOME/dotfiles
cd $HOME/dotfiles/
```
2. Install GNU Stow:

```shell
# On Arch Linux
sudo pacman -S stow
```
3. Install dependencies (Can be found in the README of the folder for each item)

4. Run stow for the things you want to install
```shell
# Example
stow nvim
# Loads nvim config
```

Credits

Unless specified below, all work in this repository was done by me.

### Hyprland
- Credits for all wallpapers are in hyprland/.wallpapers/README.md

### Tmux
- `tmux-copycat` from [tmux-plugins/tmux-copycat](https://github.com/tmux-plugins/tmux-copycat)
- `tmux-open` from [tmux-plugins/tmux-open](https://github.com/tmux-plugins/tmux-open)
- `tmux-power` from [wfxr/tmux-power](https://github.com/wfxr/tmux-power)
- `tmux-powerline` from [erikw/tmux-powerline](https://github.com/erikw/tmux-powerline)
- `tmux-prefix-highlight` from [tmux-plugins/tmux-prefix-highlight](https://github.com/tmux-plugins/tmux-prefix-highlight)
- `tmux-sensible` from [tmux-plugins/tmux-sensible](https://github.com/tmux-plugins/tmux-sensible)
- `tmux-session-wizard` from [27medkamal/tmux-session-wizard](https://github.com/27medkamal/tmux-session-wizard)
- `tmux-yank` from [tmux-plugins/tmux-yank](https://github.com/tmux-plugins/tmux-yank)
- Tmux Plugin Manager from [tmux-plugins/tpm](https://github.com/tmux-plugins/tpm)

### Yazi
- Color Scheme from [catppuccin](https://github.com/catppuccin/yazi)

### ZSH
- Powerline and Plugins from [Oh My ZSH](https://ohmyz.sh/)