[READ-ONLY] Mirror of https://github.com/metruzanca/dotfiles. My personal dotfiles for shell and tool configuration
bash dotfiles fish
0

Configure Feed

Select the types of activity you want to include in your feed.

Shell 66.4%
Python 21.7%
Ruby 3.5%
PowerShell 2.3%
Other 6.2%
323 2 2

Clone this repository

https://tangled.org/metru.dev/dotfiles https://tangled.org/did:plc:2xnfl4fhn3erxzjt2wzmv6xi
git@tangled.org:metru.dev/dotfiles git@tangled.org:did:plc:2xnfl4fhn3erxzjt2wzmv6xi

For self-hosted knots, clone URLs may differ based on your setup.



readme.md

Dotfiles#

My configuration files, powered by gnu stow.

Setup#

Clone this repo in your home directory.

Note

Install stow command

brew install stow
sudo pacman -S stow
sudo apt install stow
git submodule update --init --recursive;
stow home
# On macos only
stow macos
# Change shell
which fish | sudo tee -a /etc/shells >/dev/null;
chsh -s "$(which fish)";

File Structure#

.
├── home      # Home directory for all
├── macos     # MacOS specific directories
├── windows   # Windows specific directories (need to manually symlink)
└── scripts   # Helpful scripts

Future Improvements#