Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ful1e5/dotfiles
My Minimal Configuration for Archlinux, neovim, fish-shell and more.
https://github.com/ful1e5/dotfiles
Last synced: 8 days ago
JSON representation
My Minimal Configuration for Archlinux, neovim, fish-shell and more.
- Host: GitHub
- URL: https://github.com/ful1e5/dotfiles
- Owner: ful1e5
- Created: 2022-07-29T11:22:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T12:54:56.000Z (6 months ago)
- Last Synced: 2024-05-12T13:52:18.060Z (6 months ago)
- Language: Lua
- Size: 1.12 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My Minimal Configuration for Archlinux, neovim, fish-shell and more.
![screenshot](https://imgur.com/WAg4xDf.png)
## Tools that I use
- [Arch Linux](https://archlinux.org/) - Operating System
- [KDE plasma desktop](https://kde.org/plasma-desktop/) - Desktop Environment
- Wallpaper - Plain Color `#141618`
- [Konsole](https://konsole.kde.org/) - Terminal
- [fish](https://fishshell.com/) + [custom fish prompt](./fish/.config/fish/functions/) +
[fisher](https://github.com/jorgebucaran/fisher) and various [other plugins](./fish/.config/fish/fish_plugins)
- [wl-clipboard-manager](https://github.com/bugaevc/wl-clipboard) - clipboard manager for Wayland.
- [Neovim](https://github.com/neovim/neovim) - Text Editor
- [Firefox Developer Edition](https://www.mozilla.org/en-US/firefox/developer/) - Browser
- [Kdenlive](https://kdenlive.org/en/) - Video Editor
- [KeePassXC](https://keepassxc.org/) - Password Manager
- [Paru](https://github.com/Morganamilo/paru) - Package Manager
- [Figma](https://www.figma.com) - Vector Designs tool (Web App)## Usage
```bash
git clone https://github.com/ful1e5/dotfiles.git ~/.dotfiles
stow -S
```## Remove Config
```bash
stow -D
```## Pacman packages
```bash
pacman -Qqen > pkglist.txt # save
pacman -S - < pkglist.txt # install
```