Skip to content

uname-n/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

install

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • run next steps
brew install pyenv
brew install ykman
pyenv install 3.12 # install python 3.12
pyenv global 3.12 # set global to 3.12
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
brew install pipx
pipx ensurepath
sudo pipx ensurepath --global # optional to allow pipx actions with --global argument
pipx install poetry
pip install black
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash # install nvim
nvm install 22
brew install --cask ghostty
brew install neovim
brew tap uname-n/brew
brew install mk
brew install cmatrix

setup

# ensure directories
mkdir ~/.config ~/Documents/github

# clone dotfiles
git clone https://github.com/uname-n/dotfiles.git ~/Documents/github/dotfiles

# link config files
ln -s ~/Documents/github/dotfiles/.zshrc ~/.zshrc
ln -s ~/Documents/github/dotfiles/.config/nvim ~/.config/nvim
ln -s ~/Documents/github/dotfiles/.config/ghostty ~/.config/ghostty
ln -s ~/Documents/github/dotfiles/.oh-my-zsh/custom ~/.oh-my-zsh/custom

extras

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published