Table of Contents
These are my dotfiles. I'm saving them here so I don't have to customise them again when I rebuild my laptop and so I can synchronise them across multiple machines.
- On Windows install WSL
- Download Debian from the Microsoft Store
- Install LSCOLORS, LSD, Nerd Fonts, Cousine, Neofetch and Fish
- Set the terminal font to Cousine Nerd Font Mono. Note Windows terminal can take some convincing to use the font. You'll know it's working when 'lsd -al' shows folder icons
- On Linux install the Cousine Nerd Fonts with the following command:
cd ~/.local/share/fonts && curl -fLO https://github.com/ryanoasis/nerd-fonts/raw/HEAD/patched-fonts/Cousine/Regular/CousineNerdFont-Regular.ttf
- To set fish as the default shell run the command:
chsh -s /usr/bin/fish
Colors Screen text:
- #2DE2E6
Screen Background:
- #262335
- Download the files and folders from the Github repo to ~/HOME
- Profit?
To make this work on Linux (Mint) on my old Macbook Pro
.config/lsd/themes/custom.yaml
Has been copied to
.config/lsd/colors.yaml
This isn't necessary on WSL Debian or native Debian 12. Although the instructions imply it's necessary everywhere.
- Windows 10 and 11 with Debian 11 and 12 running on WSL
- Linux Mint 22 (Wilma)
- Linux Debian 12 (Bookworm)
- Still working on Btop config
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Grant Smith - @grjsmith - grant@nextgendevops.com
Project Link: https://github.com/grjsmith/dotfiles
- Thanks to the Rainmeter team for the awesome tutorials
- Thanks to Nick/Stangowner for the Afterburner/Rainmeter instructions and example code.
