https://github.com/hasanabbadi/dotfiles
My very comfy arch linux
https://github.com/hasanabbadi/dotfiles
arch dotfiles linux tmux vim
Last synced: 3 months ago
JSON representation
My very comfy arch linux
- Host: GitHub
- URL: https://github.com/hasanabbadi/dotfiles
- Owner: HasanAbbadi
- Created: 2022-03-25T07:15:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T15:27:33.000Z (about 4 years ago)
- Last Synced: 2025-08-14T19:38:47.377Z (11 months ago)
- Topics: arch, dotfiles, linux, tmux, vim
- Language: Shell
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal Rice
My daily used programs are a few:
| TYPE: | Program |
| ---- | ---- |
| Window Manager | `i3-gaps` |
| Compositor | `Picom` |
| Terminal | `urxvt` |
| Multiplixer | `Tmux` |
| Text Editor | `Vim` |
| CLI Browser (MAIN) | `Lynx` |
| GUI Browser | `Vimb` |
| Colorscheme | `pywal` |
## Install Everything
You can install the whole rice:
+ This installs all needed packages via
- `pacman`
- `pip3`
And symlinks my configs:
`.config`, `.local`, `etc`
**NOTE: This will overwrite any existing file in the same path.**
Run This command to install everything:
```bash
make all
```
## Set-up The Symlinks
If you want to only install the symlinks, you can run:
**NOTE: This will overwrite any existing file in the same path.**
```bash
make init
```
## Help
You can always see all available options by running
```bash
make
```
or
```bash
make help
```