Skip to content

sudoerena/my-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

My Config Files

Linux dotfiles for configuration.

Download

Run

git clone https://github.com/sudoerena/my-dotfiles.git

Installation

Install and uninstall scripts are included for efficiency. Manual installation is also possible.

Install Script

In project root directory, run

src/install.sh

To clean, run

src/uninstall.sh

Manual Renaming & Relocation

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.

Bash

mv bash.conf ~/.bashrc

i3wm

mv i3.conf ~/.config/i3/config

Neovim

mv nvim.conf ~/.config/nvim/init.vim

and

mv conf/ ~/.config/nvim/conf/

to source plug-in settings.

Vim

mv vim.conf ~/.vimrc

and

mv conf/ ~/.vim/conf/

to source plug-in settings.

Tmux

mv tmux.conf ~/.tmux.conf

About

linux configuration dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published