| espanso/.config/espanso | ||
| fastfetch/.config/fastfetch | ||
| Games/Games/mGBA/emrald imperium | ||
| git | ||
| scripts | ||
| .gitignore | ||
| .zshrc | ||
| LICENSE | ||
| README.md | ||
.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.