Skip to content

worgho2/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

Distribution

This repository is specifically designed for Kubuntu 24.04 running KDE Plasma 5.27 and may not work properly on other Linux distributions or versions.

Features

  • zsh shell
  • zsh spaceship
  • zsh autosuggestions plugin
  • zsh syntax highlighting plugin
  • oh-my-zsh
  • nvm
  • pnpm
  • zoxide
  • kde plasma en.intl keyboard layout with mac-like shortcuts

Installation

  1. Install system wide dependencies:
sudo apt update
sudo apt install curl zsh git
  1. Clone the repository including all submodules
git clone --recurse-submodules git://github.com/worgho2/.dotfiles.git ~/.dotfiles
  1. Open the repository root folder
cd ~/.dotfiles
  1. Make de install script executable
sudo chmod +x install.sh
  1. Run the install script
./install.sh

Testing

There are two files being used to test the configuration in a isolated environment using docker:

  1. Dockerfile: It declares the base requirements configuration. Despite not having KDE Plasma installed, it can be used to debug the installation process.
  2. test.sh: It builds and starts a docker container attaching the zsh shell directly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published