Linux dotfiles for configuration.
Run
git clone https://github.com/sudoerena/my-dotfiles.git
Install and uninstall scripts are included for efficiency. Manual installation is also possible.
In project root directory, run
src/install.sh
To clean, run
src/uninstall.sh
Files are named with *.conf
for easy management.
These will not be recognized or sourced by the system, so files must be renamed and relocated, or symlinked with ln -s
.
Symlinking with absolute path is recommended and streamlines updates.
First, cd config
.
mv bash.conf ~/.bashrc
mv i3.conf ~/.config/i3/config
mv nvim.conf ~/.config/nvim/init.vim
and
mv conf/ ~/.config/nvim/conf/
to source plug-in settings.
mv vim.conf ~/.vimrc
and
mv conf/ ~/.vim/conf/
to source plug-in settings.
mv tmux.conf ~/.tmux.conf