Skip to content

A collection of my personal dot files for linux systems

Notifications You must be signed in to change notification settings

Inshaal93/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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
git reset --hard origin/master
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

  • Shell 100.0%