Skip to content

MarcelCoding/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This is a collection of dotfiles that I personally use.

Installation

Base

To set up most of it, you just need to run this script.

git clone https://github.com/MarcelCoding/dotfiles.git ~/dotfiles && sh ~/dotfiles/install.sh
# or
git clone git@github.com:MarcelCoding/dotfiles.git ~/dotfiles && sh ~/dotfiles/install.sh

Please review every script from the Internet before executing it!

Some other steps you have to do manually, e.g. bashrc.

bashrc

Replace the shell style with the following:

if [ "$color_prompt" = yes ]; then
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]: [\[\033[01;34m\]\w\[\033[00m\]] \$ '
else
    PS1='${debian_chroot:+($debian_chroot)}\u@\h: [\w] \$ '
fi

Upgrading

To upgrade, you just need to pull all the changes from git and run the installation script again.

sh -c "cd ~/dotfiles && git pull && sh install.sh"

You will have to perform all manual settings again. If they have not changed, you do not need to do them again.

About

This is a collection of dotfiles that I personally use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages