Skip to content

k-128/cfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

cfg


  • Config scripts, dotfiles, ...
├── bin/
   ├── conf/
      ├── dhcpcd_routed_ap.conf
      ├── dnsmasq_routed_ap.conf
      ├── hostapd_routed_ap.conf
      └── sysctl_routed_ap.conf
   ├── dotfiles/
      ├── tmux/
      ├── .p10k.zsh
      ├── .vimrc
      ├── .vimrc-full
      ├── .zshrc
      ├── .zshrc-full
      └── foot.ini
   ├── fonts/
      msft/
      ├── settings_vscode.json
      └── settings_windows_terminal.json
   └── obsidian/
├── README.md
└── src/
    ├── set_base_packages.sh
    ├── set_routed_wap.sh
    ├── set_ssh_server.sh
    └── utils.sh

Scripts

./src/set_base_packages.sh

  • Set fonts, configs and packages

./src/set_routed_wap.sh

  • Set a Wireless Access Point routing to eth0 using IP masquerading
  • If RPi, set localisation with:
sudo raspi-config  # - Localisation Options -> WLAN Country

./src/set_ssh_server.sh

  • Set secured SSH server

Resources

VSCode
  • (commands) ctrl + shift + p
    • (theme) Developer: Inspect Editor Tokens and Scopes

Windows Terminal
  • JSON Fragments
    • can be used to set user profiles and color schemes
    • autodetect, place .json files in (install dependent):
      • sys: %PROGRAMDATA%/Microsoft/Windows Terminal/Fragments
      • usr: %LOCALAPPDATA%/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/Fragments
    • merge with setting.json,
      • conflicts: overwrites settings with the last loaded fragment
  • Example profile (to generate guid, pwsh: [guid]::NewGuid().Guid)
{
  "commandline": "{path_to_msys64}/msys2_shell.cmd -defterm -here -no-start -mingw64",
  "icon": "{path_to_msys64}/mingw64.ico",
  "guid": "{ab7cd0fd-98b4-485e-9271-50384fc29306}",
  "hidden": false,
  "name": "MSYS2/MINGW64",
  "startingDirectory": "{path_to_msys64}/home/%USERNAME%"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published