https://github.com/imfing/dotfiles
~/.
https://github.com/imfing/dotfiles
bash dotfiles linux terminal vim zsh
Last synced: 3 months ago
JSON representation
~/.
- Host: GitHub
- URL: https://github.com/imfing/dotfiles
- Owner: imfing
- License: mit
- Created: 2020-06-13T17:15:08.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-29T21:51:44.000Z (about 1 year ago)
- Last Synced: 2025-10-04T14:44:57.048Z (9 months ago)
- Topics: bash, dotfiles, linux, terminal, vim, zsh
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Dotfiles.
## Quick Setup
1. Clone this repo:
```sh
git clone https://github.com/yourusername/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
```
2. Symlink config files:
```sh
ln -sf $PWD/fish/config.fish ~/.config/fish/config.fish
ln -sf $PWD/starship.toml ~/.config/starship.toml
ln -sf $PWD/ghostty/config ~/.config/ghostty/config
ln -sf $PWD/.inputrc ~/.inputrc
```
3. Install dependencies (macOS):
```sh
brew install fish starship zellij lazygit eza fzf zoxide
```
4. Set fish as your default shell (optional):
```sh
chsh -s /opt/homebrew/bin/fish
```
- [starship](https://github.com/starship/starship)
- [LazyVim](https://github.com/LazyVim/LazyVim)
- [fish-shell](https://github.com/fish-shell/fish-shell)
- [zellij](https://github.com/zellij-org/zellij)