Go to file
2025-06-08 21:30:21 +01:00
.aliases Updated wireshark commands 2025-06-08 21:30:21 +01:00
.bash_exports Changed to "DOWNLOADED FROM GIT REPO" 2021-12-06 18:41:00 +00:00
.bashrc Added ~/.cargo/bin to .bashrc 2025-01-04 22:10:10 +00:00
.profile Added new fr24feed-dump1090 function 2025-05-14 08:26:44 +01:00
.tmux.conf Updated .tmux 2025-01-30 15:31:50 +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 Reverted back to original installer 2025-05-20 21:58:56 +01:00
README.md Updated save location in git clone command 2024-11-27 21:19:15 +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 ~/.dotfiles

Run install

cd ~/.dotfiles/
./install.sh

Uninstallation

Change to dotfiles folder

cd ~/.dotfiles

Run uninstaller

cd ~/.dotfiles/
./uninstall.sh