No description
Find a file
2023-11-23 17:30:24 -05:00
bash removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
conda removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
fish/.config/fish/conf.d removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
fzf removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
git add linux credential 2023-11-23 17:25:45 -05:00
iterm2/.config/iterm2 first commit 2023-11-22 14:43:31 -05:00
jupyter removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
nvim/.config first commit 2023-11-22 14:43:31 -05:00
p10k removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
parallel/.parallel removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
skhd/.config/skhd removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
terraform/.terraform.d removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
tmux removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
tox/.tox/distshare removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
vim modified setup.sh 2023-11-23 17:13:03 -05:00
yabai/.config/yabai first commit 2023-11-22 14:43:31 -05:00
zsh removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
.gitignore removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
.gitmodules removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
README.md removed oh-my-zsh submodule 2023-11-23 17:16:52 -05:00
setup.sh added git to base 2023-11-23 17:30:24 -05:00

Dotfiles

This repository contains my personal dotfiles. These configurations are tailored to suit my development environment and preferences.

Repository Structure

  • bash: Bash shell configurations.
  • bin: Custom scripts and binaries.
  • nvim: Neovim editor configurations.
  • tmux: Tmux terminal multiplexer configurations.
  • ... (add more directories as needed)

Setup

To use these dotfiles on your system:

  1. Clone the repository to your home directory:

    git clone https://github.com/your-username/.dotfiles.git ~/.dotfiles
    cd ~/.dotfiles
    
  2. Optionally, run setup script available in the repository.

    ./setup.sh