No description
- Nushell 63.3%
- Lua 29.9%
- Nu 3.2%
- Shell 2%
- JavaScript 1%
- Other 0.6%
| .themes/marshians/gnome-shell | ||
| .vscode | ||
| dotfiles | ||
| gemini | ||
| helpers | ||
| nushell | ||
| nvim | ||
| packages | ||
| vms | ||
| windows | ||
| .gitignore | ||
| devdocs.json | ||
| etc-greetd-config.toml | ||
| install.nu | ||
| LICENSE | ||
| network_issue_summary.txt | ||
| README.md | ||
| scdaemon.conf | ||
| vscode-keybindings.json | ||
| vscode-settings-vim.json | ||
| webpackDevServer.config.js.patch | ||
| xterm-24bit.terminfo | ||
dotfiles
My dotfiles
Arch Linux
You may want to use parallel downloads:
sed -i 's/#ParallelDownloads 5/ParallelDownloads 5/g' /etc/pacman.conf
Do a basic install make sure you include:
base base-devel linux linux-firmware nushell git iptables-nft sudo [amd-ucode|intel-ucode] pipewire neovim efivar efibootmgr networkmanager
Dotfiles Installation
mkdir -p ~/dev
git clone https://github.com/icub3d/dotfiles ~/dev/dotfiles
pushd ~/dev/dotfiles
nu install.nu
Setup Git
Add this to ~/.gitconfig.local
[user]
name = Joshua Marsh (icub3d)
email = joshua.marshian@gmail.com
signingkey = [KEY]
If you are using gh then:
gh auth setup-git
Syncthing
- Enable syncthing
systemctl enable --now --user syncthing
-
http://localhost:8384 > Actions > Show ID
-
http://otherhost:8384 > Add Remote Device
-
Back on http://localhost:8384 you'll eventually see a request that you can approve and then after a few seconds you'll also see the new shares that you can map.
3rd Monitor Not Working
I kept cycling the power (unplug from monitor) until it finally was recognized?!?!?
Mirror List
nu mirrors
Docker Slow Stopping
sudo systemctl edit docker and add:
[Unit]
After=containerd.service
Wants=containerd.service