Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kgnfth/dotfiles
π tmux, ohmyzsh, powerlevel10k, neovim π§
https://github.com/kgnfth/dotfiles
colorls dotfiles gitconfig gpg neovim nvim nvimrc oh-my-zsh powerlevel10k tig tigrc tmux tmux-conf zsh zshrc
Last synced: 2 days ago
JSON representation
π tmux, ohmyzsh, powerlevel10k, neovim π§
- Host: GitHub
- URL: https://github.com/kgnfth/dotfiles
- Owner: kgnfth
- Created: 2021-08-23T15:40:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T00:37:44.000Z (about 3 years ago)
- Last Synced: 2023-08-05T11:21:39.508Z (over 1 year ago)
- Topics: colorls, dotfiles, gitconfig, gpg, neovim, nvim, nvimrc, oh-my-zsh, powerlevel10k, tig, tigrc, tmux, tmux-conf, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
[![Build Status](https://img.shields.io/travis/com/kgnfth/dotfiles.svg?style=for-the-badge&logo=travis)](https://travis-ci.com/kgnfth/dotfiles)
## How to install
:exclamation: **Warning:** If you want to give these dotfiles a try, you
should first fork this repository, review the code, and remove things you
donβt want or need. Donβt blindly use my settings unless you know what that
entails. Use at your own risk!> For more information run `make help`
```bash
git clone https://github.com/kgnfth/dotfiles.git ~/dotfiles
cd ~/dotfiles
make
```## Useful Links
* [ohmyzsh] Oh My Zsh is an open source, community-driven
framework for managing your zsh configuration.
* [powerlevel10k] Powerlevel10k is a theme for Zsh. It emphasizes speed,
flexibility and out-of-the-box experience.
* [fzf] A command-line fuzzy finder
* [bat] A cat(1) clone with wings.
* [colorls] A Ruby gem that beautifies the terminal's ls command,## Screenshots
### Shell
#### List directory contents and show git status for each entry with [colorls]
![Colorls](screenshots/colors-with-git-status.png)
#### Command history search with [fzf]
![FZF Ctrl+R](screenshots/fzf-ctrl-r.png)
### And much more
[bat]: https://github.com/sharkdp/bat "Bat"
[colorls]: https://github.com/athityakumar/colorls "Colorls"
[fzf]: https://github.com/junegunn/fzf "FZF"
[ohmyzsh]: https://github.com/ohmyzsh/ohmyzsh "Oh My Zsh"
[powerlevel10k]: https://github.com/romkatv/powerlevel10k "Powerlevel10k"