Personal configuration files for my development environment.
.
├── fish/
│ ├── config.fish
│ └── functions/
├── iterm2/
│ └── com.googlecode.iterm2.plist
└── vscode/
├── settings.json
├── keybindings.json
└── extensions.txt
-
Clone this repository:
git clone https://github.com/yourusername/dotfiles.git ~/.dotfiles
-
Run the setup script:
./setup.sh
- Import the preferences from
iterm2/com.googlecode.iterm2.plist
- The Fish configuration will be automatically linked during setup
- Custom functions are stored in
fish/functions/
- Settings and keybindings will be automatically linked
- Extensions will be automatically installed from the extensions.txt list