Skip to content

grjsmith/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grant's dotfiles


screenshot of desktop with terminal config

Grant's dotfiles

My Linux customisations.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

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.

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

  • 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

Windows Terminal Configuration

Colors Screen text:

  • #2DE2E6

Screen Background:

  • #262335

Installation

  • Download the files and folders from the Github repo to ~/HOME
  • Profit?

Notes

Linux

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.

Tested on:

  • Windows 10 and 11 with Debian 11 and 12 running on WSL
  • Linux Mint 22 (Wilma)
  • Linux Debian 12 (Bookworm)

(back to top)

Roadmap

  • Still working on Btop config

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Creative Commons Licence
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

(back to top)

Contact

Grant Smith - @grjsmith - grant@nextgendevops.com

Project Link: https://github.com/grjsmith/dotfiles

(back to top)

Acknowledgments

  • Thanks to the Rainmeter team for the awesome tutorials
  • Thanks to Nick/Stangowner for the Afterburner/Rainmeter instructions and example code.

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages