Skip to content

A collection of my personal dot files for linux systems

Notifications You must be signed in to change notification settings

AndersBallegaard/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My personal dot files for linux systems

Install

Install Dependencys

#Needed
sudo apt install git fortune cowsay

#Recommended
sudo apt install screen nano

Download and install dotfiles to home directory

cd ~
# Don't use git clone, git will get angry
git init
git remote add origin https://github.com/AndersBallegaard/dotfiles.git
mv .bashrc .bashrc.backup
git pull https://github.com/AndersBallegaard/dotfiles.git
git branch --set-upstream-to=origin/master master
git pull
source ~/.bashrc

Update

The files are automaticly updated every 10 startups. If you want to manually update type the following

update-dotfiles

About

A collection of my personal dot files for linux systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages