In this repository, you can find the dotfiles I use. WIP.
tmux
.vimrc
fzf
andrg
aliaseswaybar
hyprland
Run the following in your home directory
git clone https://github.com/bladeacer/my_dotfiles.git
cd dotfiles
stow vim
stow tmux
stow bash
stow .config
- Git clone as usual
- Enable 64 bit support
- Symlink files to your preference
cmd.exe > mklink C:\Users\example\_vimrc C:\Users\example\<your_dotfiles_path>\_vimrc
Ensure both files do not exist before symbolic linking.
Copy over file content from _temp_vimrc to the first file in the command above.
- Need admin on
cmd.exe