Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahanrahmati/dotfiles
There is no place like ~/
https://github.com/mahanrahmati/dotfiles
configuration dotfiles fish neovim wezterm-config
Last synced: 12 days ago
JSON representation
There is no place like ~/
- Host: GitHub
- URL: https://github.com/mahanrahmati/dotfiles
- Owner: MahanRahmati
- Created: 2021-05-22T10:31:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T20:04:04.000Z (10 months ago)
- Last Synced: 2024-04-14T10:48:49.281Z (10 months ago)
- Topics: configuration, dotfiles, fish, neovim, wezterm-config
- Language: Lua
- Homepage:
- Size: 607 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
This is my personal collection of configuration files.
## Applications
| Application | Description |
| :--------------------------------------------------------- | :--------------------- |
| [wezterm](https://github.com/wez/wezterm/) | Terminal |
| [fish](https://github.com/fish-shell/fish-shell) | Shell |
| [celluloid](https://github.com/celluloid-player/celluloid) | Video Player |
| [nvim](https://github.com/neovim/neovim) | Text Editor |
| [figlet](https://github.com/cmatsuoka/figlet) | ASCII Text Generator |
| [eza](https://github.com/eza-community/eza) | Replacement for ‘ls’ |
| [ripgrep](https://github.com/BurntSushi/ripgrep) | Replacement for ‘grep’ |
| [lazygit](https://github.com/jesseduffield/lazygit) | TUI for git |## Figlet
```bash
figlet -k -f slant [ message ]
```