Skip to content
/ dotfiles Public

This repository contains my personal dotfiles for configuring various applications and tools on my system.

Notifications You must be signed in to change notification settings

tedem/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ Dotfiles

This repository contains my personal dotfiles for configuring various applications and tools on my system. These configurations help streamline my workflow and maintain consistency across different environments.

Work in progress... 🚧

📦 Backup Instructions

1. Git Configuration

Backup your Git configuration file with the following command:

cp ~/.gitconfig ~/Code/dotfiles/git/.gitconfig

2. VS Code Configuration

Backup your VS Code settings, keybindings, and extensions with these commands:

cp "$HOME/Library/Application Support/Code/User/settings.json" ~/Code/dotfiles/vscode/settings.json
cp "$HOME/Library/Application Support/Code/User/keybindings.json" ~/Code/dotfiles/vscode/keybindings.json
code --list-extensions > ~/Code/dotfiles/vscode/extensions.txt

3. Zsh Configuration

Backup your Zsh configuration file with the following command:

cp ~/.zprofile ~/Code/dotfiles/zsh/.zprofile
cp ~/.zshrc ~/Code/dotfiles/zsh/.zshrc

4. SSH Configuration

Backup your SSH configuration file with the following command:

cp ~/.ssh/config ~/Code/dotfiles/ssh/config

📥 Restore Instructions

1. Git Configuration

Restore your Git configuration file with the following command:

cp ~/Code/dotfiles/git/.gitconfig ~/.gitconfig

2. VS Code Configuration

Restore your VS Code settings, keybindings, and extensions with these commands:

cp ~/Code/dotfiles/vscode/settings.json "$HOME/Library/Application Support/Code/User/settings.json"
cp ~/Code/dotfiles/vscode/keybindings.json "$HOME/Library/Application Support/Code/User/keybindings.json"
xargs -n 1 code --install-extension < ~/Code/dotfiles/vscode/extensions.txt

3. Zsh Configuration

Restore your Zsh configuration file with the following command:

cp ~/Code/dotfiles/zsh/.zprofile ~/.zprofile
cp ~/Code/dotfiles/zsh/.zshrc ~/.zshrc

4. SSH Configuration

Restore your SSH configuration file with the following command:

cp ~/Code/dotfiles/ssh/config ~/.ssh/config

📱 Social Media

Follow me on these social media platforms:

Platform Handle
Instagram @tedemedet
X @tedemedet
BlueSky @tedem.dev
Pinkary @tedem

End of README.md!

About

This repository contains my personal dotfiles for configuring various applications and tools on my system.

Resources

Stars

Watchers

Forks

Languages