dotfiles
dotfiles copied to clipboard
My personal computer configuration files
link config files
git clone https://github.com/pirey/dotfiles- go to cloned directory, then
./setup/link-config.sh [<dotfiles_dir>], wheredotfiles_diris directory where you clone this repo (default is~/dotfiles). it will do these automatically for you:- create symlinks for all necessary dotfiles to your home directory
unlink config files
- you can remove all symlinks generated by
installstep above, by calling./setup/unlink-config.shinside yourdotfilesdirectory
tmux
- all configuration does not need any aditional action, except for the plugin
- to use plugin, install tmux plugin manager (Optional)
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm- In tmux session,
prefix + Ito install listed plugins
arch linux
- follow installation steps inside
setup/arch/installationdirectory. - after arch is installed, you can install all the packages with
setup/arch/setup.sh. tweak as necessary.
local config
git
The ~/.gitconfig.local file will be automatically included after the configurations from ~/.gitconfig, thus, allowing its content to overwrite or add to the existing Git configurations.
Note: Use ~/.gitconfig.local to store sensitive information such as the Git user credentials, e.g.:
[user]
name = Yuri
email = [email protected]