Mirror — primary at git.dannydannydanny.me
Find a file
2023-02-18 20:26:28 +01:00
.config vimwiki: dth @ dth-MacBookAir 2022-08-27 21:32:50 +02:00
.ssh vimwiki: dth @ DK023900WSL 2022-09-05 14:55:07 +02:00
bashscripts add script mzavoloka/gitls 2023-02-18 20:26:28 +01:00
etc 🦆 windows config lol 2022-09-22 13:48:38 +02:00
music_conf 📝 add requirements note 2022-05-19 18:36:54 +02:00
.editorconfig 🎨 expand editorconfig for makefile & brewfile 2022-05-31 15:14:03 +02:00
.gitignore 🙈 ignore py env 2022-06-22 23:04:40 +02:00
.tmux.conf 🐛 fix nvim healthcheck 2022-06-11 18:01:04 +02:00
.zshrc vimwiki: dth @ DK023900WSL 2022-09-09 13:24:15 +02:00
brewfile 🎨 cleanup brewfile 2022-05-31 15:17:57 +02:00
firefox-scrolling.md vimwiki: dth @ dth-MacBookAir 2022-07-13 23:27:32 +01:00
gist-read-write.ipynb vimwiki: dth @ dth-MacBookAir 2022-07-26 17:25:29 +02:00
index.md vimwiki: dth @ dth-MacBookAir 2022-07-15 19:06:31 +01:00
LICENSE Initial commit 2022-03-28 15:12:54 +02:00
makefile add alacritty config target for wsl 2022-10-01 20:38:17 +02:00
README.md vimwiki: dth @ DK023900WSL 2022-09-20 14:59:10 +02:00
server-ip-sync.md 🚧 wip SIS make-rules 2022-06-22 23:47:22 +02:00
server.md vimwiki: dth @ dth-MacBookAir 2022-08-27 21:39:28 +02:00
ubuntu.md vimwiki: dth @ dth-MacBookAir 2022-10-03 19:20:10 +02:00

dotfiles

This repo is an extension of dannydannydanny/methodology

Roadmap:

  • post OS install: ubuntu
  • post post OS install: firefox-scrolling
  • repurpose server-ip-sync
  • server cluster roadmap: server
  • extend makefile:
    • low-level configs:
      • config zsh
      • config nvim
      • config tmux-local
      • config tmux-remote
    • machine level config:
      • config mac local machine
      • config ubuntu local machine
      • config ubuntu server
  • [o] configure tmux:
    • remote nested sessions
    • change tmux:pane-switching bindings from arrow keys to vim bindings
  • add server-sync make-rule for ip-upload python cronjob
  • add server-sync make-rule for server ip fetching (and writing...)
  • nvim / lvim
    • make-rule for setting up $HOME/.venvs/nvim/bin/python
    • make-rules for getting nvim checkhealth up to speed
  • music config:

Windows

I'm back on a windows machine and still learning how to make it nice.

Here's what I've done so far:

  • disable system sounds: start menu search: "change system sounds" -> set profile to None
  • change language / keyboard layout to en_US
  • get local admin rights
  • install powertoys
    • remap CAPS LOCK to L-CTRL
  • install alacritty (use the installer, not portable)
  • install wsl
    • fix wsl dns issue via stackoverflow
      • write wsl.conf:
        • sudo touch /etc/wsl.conf
        • echo "[network]" | sudo tee /etc/wsl.conf > /dev/null
        • echo "generateResolvConf = false" | sudo tee -a /etc/wsl.conf > /dev/null
      • overwrite resolv.conf:
        • kill symlink rm /etc/resolv.conf
        • write file touch /etc/resolv.conf
        • add content echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
    • add alacritty config: /mnt/c/Users/<winuser>/AppData/Roaming/alacritty/alacritty.yml
    • add private folder symlink: ln -s -f /mnt/c/Users/<winuser>/Private ~/Private
    • apt install neovim (NVIM v0.4.3) - consider
    • apt install texlive
    • setup ssh github
    • install zsh + omz
    • clone this (dotfiles) repo and cd dotfiles
      • configure git (inspired by make setup_git)
        • TODO: remove email from this file
      • install build-essential to get make
        • run make setup_locale setup_zshrc setup_tmux_a setup_nvim setup_editorconfig setup_client_mynetwork
    • TODO: move up: install brew (should be done before install zsh / omz)
  • Next steps:
    • TODO: configure nvim clipboard to use system clipboard
    • TODO: nvim + tmux pasteboard should play with windows pasteboard