Skip to content

Repository files navigation

xuganyu96.github.io

My personal website: https://xuganyu96.github.io

  • Use ffmpeg to encode/compress videos
  • Some kind of torrent client?

Managing dot files

Refresh Neovim config, tmux config, and global gitignore:

rm -r ~/.config/nvim ~/.tmux.conf ~/.gitignore
ln -s $(pwd)/neovim ~/.config/nvim
ln -s $(pwd)/tmux.conf ~/.tmux.conf
ln -s $(pwd)/global.gitignore ~/.gitignore
git config --global core.excludesFile "~/.gitignore"

Java setup

Download OpenJDK from here, then decompress

curl https://download.java.net/java/GA/jdk23/3c5b90190c68498b986a97f276efd28a/37/GPL/openjdk-23_macos-aarch64_bin.tar.gz -o ~/openjdk23.tar.gz
tar -xvzf openjdk23.tar.gz
rm openjdk23.tar.gz
cd jdk-23.jdk/Contents/Home
echo "export JAVA_HOME=\"$(pwd)\"" >> ~/.zshrc
source ~/.zshrc  # or open a new terminal
javac --version
java --version

About

My personal website

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages