Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyau/dotfiles
dotfiles from an Arch Linux power-user
https://github.com/kyau/dotfiles
ansi arch-linux archlinux dot-files dotfiles fish i3-gaps irssi ncmpcpp polybar starship tmux vim
Last synced: 26 days ago
JSON representation
dotfiles from an Arch Linux power-user
- Host: GitHub
- URL: https://github.com/kyau/dotfiles
- Owner: kyau
- License: lgpl-3.0
- Created: 2013-04-10T01:31:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T10:37:02.000Z (10 months ago)
- Last Synced: 2024-10-04T21:15:35.211Z (about 2 months ago)
- Topics: ansi, arch-linux, archlinux, dot-files, dotfiles, fish, i3-gaps, irssi, ncmpcpp, polybar, starship, tmux, vim
- Language: Vim Script
- Homepage: https://kyau.net
- Size: 2.38 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# dotfiles
[https://kyau.net/](https://kyau.net/)[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-2.1-4baaaa.svg?logo=open-source-initiative&logoColor=4baaaa)](CODE_OF_CONDUCT.md) [![GitHub](https://img.shields.io/github/license/kyau/dotfiles?logo=creativecommons)](LICENSE) [![Gitleaks](https://img.shields.io/badge/protected%20by-gitleaks-blue?logo=git&logoColor=seagreen&color=seagreen)](https://github.com/zricethezav/gitleaks) [![CI](https://img.shields.io/github/actions/workflow/status/kyau/dotfiles/shellcheck.yml)](https://github.com/kyau/dotfiles/actions) [![Discord](https://img.shields.io/discord/88713030895943680?logo=discord&color=blue&logoColor=white)](https://discord.gg/DSvUNYm)
* [About](#about)
* [Usage](#usage)
* [Screenshots](#screenshots)
* [Attribution](#attribution)## About
*"Simplicity is the ultimate sophistication." - Leonardo da Vinci*These are the dotfiles that I use while running Arch Linux on my desktop and laptop. Originally to keep a backup that was easily accessible. I have since added tools to automate the process of installing all of the default packages I use and setting up the proper symbolic links for all of the files in this repository. If one were to use these files, it is highly recommended you fork the repository and thoroughly look over its contents to make sure all of the settings are to your liking. Many will need to be changed as they are setup with my own personal information.
## Usage
```
Usage: ./dotme [OPTION]...
Initiate the user environment. Does nothing with no OPTION.
-i install user packages (.pkg-)
-p user environment profile
-t debug mode: runs tests, informational only does not do anything
-x include Xorg apps/configs (applies to -i and -s)
-h display this help and exit
```## Screenshots
![Login MOTD](.github/media/ss1.png "Login MOTD")![vim](.github/media/ss2.png "vim")
## Attribution
* [Agave](https://github.com/blobject/agave) - Agave, current font
* [Starship](https://starship.rs/) - customizable cross-shell prompt
* [http://bohoomil.deviantart.com/](http://bohoomil.deviantart.com/) - Xresources color scheme modified from Euphrasia (link broken)
* [nvie/vimrc](https://github.com/nvie/vimrc) - inspiration, documentation & some config portions
* [The ultimate Vim configuration](https://web.archive.org/web/20170222115910/http://amix.dk/vim/vimrc.html) - inspiration and some config parts