Skip to content

zrlram/configs

Repository files navigation

Installation

Run the following commands

mkdir ~/tmp
git         # installs git via xcode
git config --global github.user "github username"
# install Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
python3 -m pip install pdfannots  # Install pdfannots
# brew install coreutils skhd yabai kitty
brew install llm # Install llm https://github.com/simonw/llm/

git clone ssh://github.com/zrlram/configs.git .dotfiles/
ln -s ~/.dotfiles/vim ~/.vim
ln -s ~/.dotfiles/vimrc ~/.vimrc
ln -s ~/.dotfiles/alias ~/.alias
ln -s ~/.dotfiles/inputrc ~/.inputrc
ln -s ~/.dotfiles/editrc ~/.editrc
ln -s ~/.dotfiles/bashrc ~/.bashrc
ln -s ~/.dotfiles/zshrc ~/.zshrc
ln -s ~/.dotfiles/zshenv ~/.zshenv
ln -s ~/.dotfiles/profile ~/.profile
ln -s ~/.dotfiles/profile ~/.zprofile
ln -s ~/.dotfiles/skhdrc ~/.skhdrc
ln -s ~/.dotfiles/yabairc ~/.yabairc
mkdir .ssh; chmod 700 ~/.ssh
ln -s ~/.dotfiles/ssh_config ~/.ssh/config
ln -s ~/.dotfiles/bin ~/bin
mkdir ~/.config
mkdir ~/.config/ghostty
ln -s ~/.dotfiles/ghostty ~/.config/ghostty/config

Configuration

  • Open vim and :PlugInstall
  • find id_ files and add to .ssh directory
  • llm keys set openai : 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
  • vi ~/.env and add OPENAI_KYE

Install ZSH Autosuggestions Plugin

brew install zsh-autosuggestions echo "source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ~/.zshrc source ~/.zshrc

Install obsidian daily log cron

cp ~/Library/LaunchAgents/com.ram.obsidian_runninglog_daily_email.plist ~/Library/LaunchAgents/ launchctl load ~/Library/LaunchAgents/com.ram.obsidian_runninglog_daily_email.plist

Tools

  • Glow to look at Markdown data

Ollama

Using following models in Ollama:

  • ollama run hf.co/QuantFactory/Ministral-3b-Instruct-GGUF
  • ollama run hf.co/bartowski/Ministral-8B-Instruct-2410-HF-GGUF-TEST:Q6_K

Other Applications on OSX

  • Msty
  • Grandperspective
  • MacVIM
  • XMind
  • Bitwarden
  • Tunnelblick
  • Visual Studio Code
  • OBS
  • NetSpot

Others

Using Anaconda

New Project

conda init -n my_project conda activate my_project conda install pip pip install ...

Some projects

pip install data_formulator # https://github.com/microsoft/data-formulator?tab=readme-ov-file python -m data_formulator --port 8080

About

My config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published