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
- Host: GitHub
- URL: https://github.com/arithefirst/dotfiles
- Owner: arithefirst
- Created: 2024-10-23T05:57:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-25T23:35:56.000Z (about 1 year ago)
- Last Synced: 2024-11-26T00:21:34.620Z (about 1 year ago)
- Language: Shell
- Size: 50.3 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)