My environment dotfiles, configs & bash scripts.
Last test on Fedora
36.
Open config:
sudo nano /etc/dnf/dnf.confAdd this lines:
fastestmirror=True
skip_if_unavailable=True
max_parallel_downloads=10Clean cache:
sudo dnf clean allClone this repository:
git clone https://github.com/koddr/dotfiles.git && cd dotfilesRun post-install script (run only as sudo user):
sudo make fedora-post-installOpen default grub config:
sudo nano /etc/default/grubAdd this line:
GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.noretry=0"Re-build grub config:
sudo grub2-mkconfig -o /boot/grub2/grub.cfgDon't forget to restart after that and check kernel params by
cat /proc/cmdlinecommand 😉
| Name | - |
|---|---|
| Dash to Dock | link |
| Name | Firefox | Chrome |
|---|---|---|
| Bitwarden | link | link |
| LanguageTool | link | link |
| uBlock Origin | link | link |
| AdBlock Plus | link | link |
| DuckDuckGo | link | link |
Add Fish shell config:
make fish-shell-configInstall Go (run only as sudo user):
sudo make golang-install VERSION=1.18.3To update/re-install Go, just run this command with needed version 😉
Install special Go tools for projects:
make golang-toolsJust download JetBrains Toolbox app, copy to ~/.jetbrains/toolbox, and install any IDEs from there.
Don't forget to Sign In to your Google Account in IDE 😉
Install VSCode from Microsoft repository (run only as sudo user):
sudo make vscode-installDon't forget to Sign In to your GitHub account in VSCode 😉
Last test on NixOS
21.11.
Copy ./configs/nixos/configuration.nix to your /mnt/etc/nixos folder.