Skip to content

aggiebill/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

These are my personal dotfiles and my attempt at getting more organized.

Installation

Manual Installation

Until I get a better method for installing these files, it will largely be:

ln -s ~/Documents/src/<file> ~/.<file>

Required Packages

These are my typical apt packages to get up and running:

sudo apt install apt-transport-https byobu vim build-essential htop python3-pip python-dev python-pip git dnsutils software-properties-common neofetch
# For Desktop Systems
sudo apt install vim-gnome
# For Ubuntu Systems
sudo apt install ubuntu-restricted-addons ubuntu-restricted-extras

Cleanup

Since I like to use Python 3, I need to separate pip3 and pip2.

python3 -m pip install -U --force-reinstall pip
python -m pip install -U --force-reinstall pip

After this, pip == pip2.

VirtualEnvWrapper

sudo -H pip3 install virtualenvwrapper

Fix Citrix Receiver

Citrix HDX

sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts

MOTD

sudo bash -c $'echo "neofetch" >> /etc/profile.d/mymotd.sh && chmod +x /etc/profile.d/mymotd.sh'

Thanks to:

Releases

No releases published

Packages

No packages published