- Buuf For all Desktops Icon Theme : https://www.cinnamon-look.org/p/1012233/
 - Kde Connect (How To) : https://forums.linuxmint.com/viewtopic.php?t=352339
 - Buuf Cursors Animated : https://www.cinnamon-look.org/p/1249129
 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <algorithm> | |
| #include <iomanip> | |
| #include <iostream> | |
| #include <string> | |
| #include <vector> | |
| class TableLogger { | |
| private: | |
| std::string tableName; | |
| std::vector<std::string> header; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | local wezterm = require 'wezterm' | |
| local act = wezterm.action | |
| local config = wezterm.config_builder() | |
| config = { | |
| color_scheme = 'GruvboxDarkHard', | |
| font = wezterm.font_with_fallback { | |
| 'Rec Mono Casual', | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | eval "$(starship init zsh)" | |
| # aliases | |
| alias v="nvim" | |
| alias ls="eza --icons=always" | |
| alias nvim="$HOME/.local/bin/lvim" | |
| export PATH="$HOME/.config/emacs/bin":$PATH | |
| source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # Function to update git username and email | |
| update_git_config() { | |
| read -p "Enter your Git username: " git_username | |
| read -p "Enter your Git email: " git_email | |
| git config --global user.name "$git_username" | |
| git config --global user.email "$git_email" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | set nu rnu | |
| "searching | |
| set incsearch smartcase ignorecase showmatch hlsearch | |
| "autocompletion:menu | |
| set wildmenu | |
| set wildmode=list:longest,full | |
| " syntax highlighting | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #define MAX_LINE_LENGTH 256 | |
| #define MAX_DISTROS 3 | |
| typedef enum { DEBIAN_BASED, FEDORA_BASED, ARCH_BASED } Distro; | |
| typedef struct { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # Create a test file | |
| echo -e "Line 1\nLine 2\n\nLine 4\n\tLine 5\nLine 6" > test_file.txt | |
| # Helper function to check if the output matches the expected result | |
| check_output() { | |
| local expected="$1" | |
| local actual="$2" | |
| local test_name="$3" | 
- Brave Browser/Chrome/Edge/Vivaldi
 - Warp/Tabby/Kitty
 - Neovim + LunarVim
 - Firefox + CSS
 - vsCode
 - Rust + Rust Analyzer + RustFMT + Cargo
 - NVIDIA Drivers + nvidia-smi check
 - Discord
 - youtube downloader plus (flatpak)
 - Jetbrains Toolbox + intellij + rust-rover
 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | font_family FiraCode Nerd Font | |
| bold_font FiraCode Nerd Font Bold | |
| italic_font FiraCode Nerd Font Italic | |
| bold_italic_font FiraCode Nerd Font Bold Italic | |
| fallback_font Rec Casual Mono | |
| font_size 12.0 | |
| cursor_shape block | |
| cursor_shape_unfocused hollow | 
NewerOlder