Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndom91/dotfiles
️️️️️🏠 dotfiles
https://github.com/ndom91/dotfiles
dotfiles linux neovim nvim tmux unix
Last synced: 3 months ago
JSON representation
️️️️️🏠 dotfiles
- Host: GitHub
- URL: https://github.com/ndom91/dotfiles
- Owner: ndom91
- Created: 2021-11-17T22:51:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T19:25:35.000Z (10 months ago)
- Last Synced: 2024-10-05T16:20:41.403Z (3 months ago)
- Topics: dotfiles, linux, neovim, nvim, tmux, unix
- Language: Shell
- Homepage:
- Size: 27.4 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
$ dotfiles
![ndom91_desktop](./.dotfiles/ndo4_1.png)
> [!NOTE]
> I've switched all my personal machines to NixOS, so all of the configuration in this repository has been more or less replaced with that in the [ndom91/nixos-config](https://github.com/ndom91/nixos-config).
## 🚀 Setup
```
curl -Lks https://init.ndo.dev > /bin/bash
```## ️🏗️ Favorites
- neovim
- [`.config/nvim/lua/plugins.lua`](https://github.com/ndom91/dotfiles/blob/main/.config/nvim/lua/plugins.lua)
- CLI
- [bash](https://git.savannah.gnu.org/cgit/bash.git) - Unix shell
- [tmux](https://github.com/tmux/tmux) - Terminal multiplexer
- [nvim](https://github.com/neovim/neovim) - Vim fork focused on extensibility and usability
- [htop](https://github.com/htop-dev/htop) - Go-to system monitor
- [bat](https://github.com/sharkdp/bat) - A `cat` clone with wings
- [ripgrep](https://github.com/BurntSushi/ripgrep) - Rust `grep` alternative
- [fnm](https://github.com/Schniz/fnm) - Rust based node version manager
- [starship](https://github.com/starship/starship) - Minimal and pretty shell prompt
- [eza](https://github.com/eza-community/eza) - Modern rust alternative for `ls`
- [lazygit](https://github.com/jesseduffield/lazygit) - TUI Git client
- [lazydocker](https://github.com/jesseduffield/lazydocker) - TUI Docker client
- GUI
- [hyprland](https://github.com/hyprwm/hyprland) - Wayland-based tiling window manager
- [hy3](https://github.com/outfoxxed/hy3) - Hyprland extension for i3-like tiling behaviour including grouping
- [waybar](https://github.com/Alexays/Waybar) - Window bar for wayland
- [rofi](https://github.com/davatorium/rofi) - Window switcher and launcher
- [wezterm](https://wezfurlong.org/wezterm/index.html) - Terminal emulator## 📑 Notes
Startup script inspiration:
- Netdata Installer - [`kickstart.sh`](https://raw.githubusercontent.com/netdata/netdata/00bc58df4d0aaa8b6da987afdeb830003661a04c/packaging/installer/kickstart.sh)
- Vercel Node.js Installer - [`install-node.vercel.app`](https://install-node.vercel.app/)
- Starship Installer - [`install.sh`](https://github.com/starship/starship/blob/master/install/install.sh)## 💼 License
MIT