This repo contains the following dotfiles which I use in order to personalize my work environment and config the main tools I usually use:
Alias and other git configurations.
Environment variables and other configurations for my Ubuntu operating system.
Personalization of my tmux tool. Other references to get started with tmux can be found here:
In MacOs, I also download the powerline font here. Otherwise, the layout breaks because of the special characters in .tmux.conf.
Check out a sample of my workspace below:
Check all sessions
tmux lsAttach to one specific session
tmux attach -t <NUMBER_OF_THE_SESSION>Vim configurations to personalize my text editor. I used this reference:
Here I export environment variables and do same configurations using the Z shell.
If I'm using aws-vault to securely store and access AWS credentials, I use this file to put some configurations.
If I'm using cloud machines or GPUs, I use this file to configure hostname and users in order to access the machine easily using the terminal.
