my .dotfiles and my fresh install script for a portable work environment.
Find a file
2025-07-11 17:55:09 +02:00
espanso/.config/espanso no more sneasler@ 2025-05-16 11:48:20 +02:00
fastfetch/.config/fastfetch changed fastfetch config for less bloated list 2025-03-06 18:22:10 +01:00
Games/Games/mGBA/emrald imperium poke save 2025-04-07 16:29:45 +02:00
git added .gitconfig 2025-03-11 19:05:24 +01:00
scripts -calyrex in pokeFetch 2025-06-18 12:54:19 +02:00
.gitignore changed a private file name, updated gitignore accordingly 2025-03-11 19:53:30 +01:00
.zshrc moved zshrc 2025-07-11 17:55:09 +02:00
LICENSE first push 2025-03-06 17:39:25 +01:00
README.md README typo fix 2025-03-11 19:09:57 +01:00

.dotfiles

my .dotfiles and my fresh install script for a portable work environment.

structure

The .dotfiles are maintained with GNU stow. Therefore, the file structure mirrors the home directory.

There is also a scripts file, where all my scripts are stored. At this moment, the two scripts are :

  • pokeFetch.zsh
  • instal.sh

scripts

install.sh WIP

This is a work in progress script to automate the installation process on freshly install linux OSes. It will install all the packages and applications that I use daily, as well as any dependencies required to make my other scripts work. The goal is that it will also set up any aliases for the terminal and modify the linux settings to make zsh the default shell environment and ghostty the default terminal emulator.

This script is a work in progress, and I do not recommend using it at this time.

pokeFetch.zsh

This is my personnal fastfetch script to replace the OS logo with a random pokemon selected from a list of my personnal favorites. It currently works, although it is inelegent and inefficient. Feel free to iterate or simply steal it.

I'm planning to add a fastfetch alias to default to using this script in the install.sh script. Currently, this script is loaded every time a zsh shell is opened.

Installing

I am new to linux Ricing, and cannot help you installing these dotfiles at this time. I will update this readme anytime I learn something new and relevant. Have fun.