This repo is dedicated for my dotfiles collection, you can use it if you want by simply following these steps below.
Before using my dotfiles, you must install some programs with this command:
Use your own Package Manager, I use Ubuntu 24.04 Package Manager, so I use
aptcommand:
sudo apt update && sudo apt upgrade -y
sudo apt install git stow golang rustup nodejs npm python3-pip neovim zsh curl rofi -y
# Starship Installation
curl -sS https://starship.rs/install.sh | shIf you want to use Wezterm Terminal Emulator, run this command:
curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes --dearmor -o /etc/apt/keyrings/wezterm-fury.gpg
echo 'deb [signed-by=/etc/apt/keyrings/wezterm-fury.gpg] https://apt.fury.io/wez/ * *' | sudo tee /etc/apt/sources.list.d/wezterm.list
# Then update using sudo apt update
sudo apt update
sudo apt install wezterm -yUse these commands to install my dotfiles:
stow nvim && stow zsh && stow starship && stow wezterm && stow rofiAnd you're good to go!