Skip to content

teeceepee/dot_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oh-my-zsh customization

https://github.com/ohmyzsh/ohmyzsh/wiki/Customization

#!/usr/bin/env bash

cd $HOME

ln -s ./dot_files/zsh/zshrc .zshrc

ln -s ./dot_files/custom-oh-my-zsh .custom-oh-my-zsh

Cargo config

https://rsproxy.cn/

cd $HOME
ln -s ../dot_files/cargo/config ./.cargo/config

VS Code user settings

https://code.visualstudio.com/docs/getstarted/settings

#!/usr/bin/env bash

cd $HOME

if [[ "$OSTYPE" == 'linux-gnu'* ]]; then
  ln -s ../../../dot_files/vscode/settings.json ./.config/Code/User/settings.json
elif [[ "$OSTYPE" == 'darwin'* ]]; then
  ln -s ../../../../dot_files/vscode/settings.json './Library/Application Support/Code/User/settings.json'
fi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages