Go to file
2023-12-23 18:03:39 +00:00
.aliases Updated the Update function so that each package manager for Snap, Flatpak and Linux (Apt, etc.) have their own commands that can be ran to only check for updates for that manager and the "update" function now runs each of the separate update functions. 2023-12-23 18:03:39 +00:00
.bash_exports Changed to "DOWNLOADED FROM GIT REPO" 2021-12-06 18:41:00 +00:00
.bashrc Added ~/.links to $PATH as new home for custom shortcuts 2023-05-29 17:58:47 +01:00
.profile Added Costco fuel price check function to .aliases and updated .profile 2022-12-15 17:06:14 +00:00
.tmux.conf Changed to "DOWNLOADED FROM GIT REPO" 2021-12-06 18:43:15 +00:00
.vimrc Added new pulldots function to git pull dotfiles without having to navigate to git folder 2022-01-29 02:34:29 +00:00
.zshrc Added ~/.links to $PATH as new home for custom shortcuts 2023-05-29 17:58:47 +01:00
install.sh Changed to "DOWNLOADED FROM GIT REPO" - Fixed 2021-12-06 18:45:20 +00:00
README.md Changed location of dotfiles to ~/.dotfiles, Still cant get pulldots working. 2022-11-27 20:20:47 +00:00
uninstall.sh Changed to "DOWNLOADED FROM GIT REPO" 2021-12-06 18:44:50 +00:00

Dotfiles

Installation

Download and change folder

cd ~
git clone https://git.ncltech.co.uk/phil/.dotfiles.git 

Run install

cd ~/.dotfiles/
./install.sh

Uninstallation

Change to dotfiles folder

cd ~/.dotfiles

Run uninstaller

cd ~/.dotfiles/
./uninstall.sh