-
If you are dual-booting with windows then there might be problems with time in windows. To resolve that open cmd as admin in windows
For 32 Bit System run Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_DWORD /d 1For 64 Bit System run Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_QWORD /d 1 -
If you are using compiler.nvim package in neovim, here are some packages to be installed for it to work for every language.
# paru -S --needed "gcc" "binutils" "dotnet-runtime" "dotnet-sdk" "aspnet-runtime" "mono" "jdk-openjdk" "dart" "kotlin" "elixir" "npm" "nodejs" "typescript" "make" "go" "nasm" "r" "nuitka" "python" "ruby" "perl" "lua" "pyinstaller" "swift-language" "flutter-bin" "gcc-fortran" "fortran-fpm-bin" -
If you are installing docker then go through - https://karnablog.netlify.app/docker-cli/
-
If you are using zen-browser, to import mods cp ~/dotfiles/Extras/Extras/zen-mods/zen-themes.json to ~/.zen/Default(Release) folder. And also if you want to get the new empty tab instead of blank page in Zen then goto
about:configand setzen.urlbar.replace-newtabto false. -
If you are installing YTERMUSIC then go through - https://github.com/ccgauche/ytermusic/blob/master/README.md
-
If you are preferring YOUTUI instead of YTERMUSIC then just paste the cookie value into cookie.txt in config folder
-
Use ccrypt to encrypt and decrypt your files
-
If you are installing my nvim config then first change the theme name in ~/.config/nvim/lua/chadrc.lua file to something like
nightowlthen after successfully loading all the plugins and if you have pywal setup then change the theme name back tochadwal. -
If you want to remove password saving in browser then go throught - https://chagantireddy.netlify.app/post/pass-setup/
-
Note- This is for me- Install Brave Extension - unhook, copyfish, Leetcode Video Solutions, LeetHub V2, Simplify Copilot -
If you are using Brave Browser then go to
brave://flags/#ozone-platform-hintand make it auto. -
If you are using Vivaldi browser then go to
vivaldi://flags/#ozone-platform-hintand make it auto and also go tochrome://settingsand turn on gtk for dark context menus. Also if you want custom fonts in titlebars which is not available by default then just go tovivaldi:experimentsand turn on Allow CSS modifications & just stow the vivaldi folder from dotfiles. After just upload the path of Default/Themes folder to Appearance settings. -
If spotdl not working and getting errors like "FFmpegError: Failed to convert" then just change the value of "bitrate":null to "bitrate":"192k" - taken from spotDL/spotify-downloader#1938 (comment)