Skip to content

graves501/server-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

Server Dotfiles

Managed with GNU Stow

Basic configuration files for vim, bash and tmux.

Main goal for this repository is to achieve a convenient way to manage Linux servers without giving up my usual workflow.

Usage

Make sure to have stow installed.

If you're new to using stow, check out this article.

For sourcing the .bash_aliases file, add this to the end of your .bashrc:

if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

Enable configuration

$ git clone https://github.com/graves501/server-dotfiles ~/.dotfiles
$ cd ~/.dotfiles/stow_home
$ stow -vt ~ [application name e.g. vim]

Delete configuration

To remove the configuration of an application:

$ cd ~/.dotfiles/stow_home
$ stow -D [application name e.g. vim]

About

Basic configuration files for Linux servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published