Skip to content

MrDopey/dotfiles

Repository files navigation

Apps

Terminal

https://ohmyz.sh/#install

Download zsh theme

curl -o ~/.oh-my-zsh/themes/nuts.zsh-theme https://raw.githubusercontent.com/rafaelsq/nuts.zsh-theme/master/nuts.zsh-theme

tmux

Install the following

  • tmux 3.1+, this config depends on XDG config directory (tmux/tmux#142 (comment))
  • tmux package manager git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Once inside a tmux shell, install the packages

<c-b>I

ssh keys

ssh-keygen -t ed25519 -C "beforewards@gmail.com" -f ~/.ssh/id_ed25519_dopey

Wake on lan app

Install.

https://github.com/rktr1998/zig-wol

Git

git config --global user.name 'MrDopey'
git config --global user.email beforewards@gmail.com

node

nvm install 22

Init

cd ~/<dotfiles>
touch secrets.sh
chmod +x secrets.sh
stow .

Helpful

Tmux

Force kill tmux server

sudo kill -9 $(pgrep -f tmux)

vscode

if having trouble picking up zsh shell

cmd + shift + p -> select default profile

Nix


References

https://unix.stackexchange.com/questions/122475/human-readable-memory-sizes-in-top top setting, use e and E (top line) then W to write the setttings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published