Directory with my dotfiles settings
0
stars
0
forks
source link
Files for quick personal system setup
Config files:
- bashrc
- kitty terminal
- neovim
- starship
Dotfiles
- This require
git
and stow
to quickly setup all system configurations.
- Pull this repository.
- Ensure all existing config is maved or deleted before running script.
- Run
./push_config.sh
to create symbolic links between repo directory and
config localization.
- To modify settings just do this in git repository folder then do
git push
.
To update config on different machine just run git pull
.