Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pungrumpy/kali-dotfiles

🕷️ Kali & Kali Purple Linux Configuration
https://github.com/pungrumpy/kali-dotfiles

alacritty dotfiles dotfiles-linux fish homebrew mpd ncmpcpp neofetch neovim nvim ranger rice spicetify xfce

Last synced: about 21 hours ago
JSON representation

🕷️ Kali & Kali Purple Linux Configuration

Awesome Lists containing this project

README

        


⚙️ Kali Linux's Dotfiles


OS: Kali Linux

## `📸` Screenshots

| XFCE | Neovim |
| --------------------------------- | ------------------------------------- |
| ![XFCE](./.github/asset/xfce.png) | ![Neovim](./.github/asset/neovim.png) |

## `📖` About

I use Kali Purple Linux with one session: **XFCE**. I provide my dotfiles for you to use. Feel free to use it. I will update this repository if I have a new configuration.

This repository contains my personal dotfiles for Kali Linux. It contains my configuration for the following tools:

| Tool | Description |
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [xfce](https://www.xfce.org/) | A lightweight desktop environment for UNIX-like operating systems. |
| [Fish](https://fishshell.com/) | A smart and user-friendly command line shell. |
| [Alacritty](https://alacritty.org/) | A cross-platform, GPU-accelerated terminal emulator. |
| [Neovim](https://neovim.io/) | A hyperextensible Vim-based text editor. |
| [Neofetch](https://github.com/dylanaraps/neofetch) | A command-line system information tool written in bash 3.2+. |
| [Ranger](https://github.com/ranger/ranger) | A console file manager with VI key bindings. |
| [mpd](https://www.musicpd.org/) & [ncmpcpp](https://github.com/ncmpcpp/ncmpcpp) | A flexible, powerful, server-side application for playing music. |
| [Homebrew](https://brew.sh/) | A package manager for macOS. |
| [Spicetify](https://spicetify.app/) | A command-line tool to customize Spotify client. |
| [Blackbox Terminal](https://gitlab.gnome.org/raggesilver/blackbox) | A terminal a beautiful and customizable terminal with GTK4. |
| [Warp Terminal](https://warp.dev/) | A terminal integrated with AI to make you more fantastic. |

> [!NOTE]
> I have wallpaper on **[.wallpaper](./.wallpaper/)** directory. You can use it if you want. (In further update, I will add more wallpaper)

## `📦` Installation

> [!WARNING]
> Don't AFK while installing this dotfiles. You might miss some important prompts. I recommend you to read the script first before running it. You can also install the dotfiles manually by copying the files to their respective directories. I recommend you to use the script instead. It's easier and faster.

### `📥` Prerequisites

```bash
curl https://raw.githubusercontent.com/PunGrumpy/kali-dotfiles/main/RiceInstaller.sh -o $HOME/.RiceInstaller.sh
```

### `📥` Installation

```bash
chmod +x $HOME/.RiceInstaller.sh
```

### `📥` Usage

```bash
$HOME/.RiceInstaller.sh
```