/ README.md
README.md
1 ### Hi there š 2 3 <!-- 4 **Lazerbeak12345/Lazerbeak12345** is a ⨠_special_ ⨠repository because its `README.md` (this file) appears on your GitHub profile. 5 6 Here are some ideas to get you started: 7 8 - š Iām currently working on ... 9 - š± Iām currently learning ... 10 - šÆ Iām looking to collaborate on ... 11 - š¤ Iām looking for help with ... 12 - š¬ Ask me about ... 13 - š« How to reach me: ... 14 - š Pronouns: ... 15 - ā” Fun fact: ... 16 --> 17 18 ## How to use my dotfiles 19 20 <a href="https://dotfyle.com/Lazerbeak12345/lazerbeak-config-nvim"><img src="https://dotfyle.com/Lazerbeak12345/lazerbeak-config-nvim/badges/plugins?style=flat" /></a> 21 <a href="https://dotfyle.com/Lazerbeak12345/lazerbeak-config-nvim"><img src="https://dotfyle.com/Lazerbeak12345/lazerbeak-config-nvim/badges/leaderkey?style=flat" /></a> 22 <a href="https://dotfyle.com/Lazerbeak12345/lazerbeak-config-nvim"><img src="https://dotfyle.com/Lazerbeak12345/lazerbeak-config-nvim/badges/plugin-manager?style=flat" /></a> 23 24 I'm making use of an approach introduced to me by [kalkayan and their dotfiles](https://github.com/kalkayan/dotfiles). 25 26 ```bash 27 git clone --bare https://github.com/Lazerbeak12345/Lazerbeak12345 $HOME/.dotfiles 28 29 # then put this in your .bashrc 30 31 alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME" 32 33 # refresh your bash instance, then use the dotfiles command to restore the .gitignore and any other files you'd like to try out. 34 # be sure to make backups! 35 ``` 36 37 There's a lot of reasons why this approach is awesome, and perhaps the biggest one is its simplicity. 38