Skip to content

alexandrerays/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repo contains the following dotfiles which I use in order to personalize my work environment and config the main tools I usually use:

~/.gitconfig

Alias and other git configurations.

~/.bash_profile

Environment variables and other configurations for my Ubuntu operating system.

~/.tmux.conf

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:

sample

Usefull commmands

Check all sessions

tmux ls

Attach to one specific session

tmux attach -t <NUMBER_OF_THE_SESSION>

~/.vimrc

Vim configurations to personalize my text editor. I used this reference:

~/.zshrc

Here I export environment variables and do same configurations using the Z shell.

~/.aws/config

If I'm using aws-vault to securely store and access AWS credentials, I use this file to put some configurations.

~/.ssh/config

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.

About

This repo contains same dotfiles which I use in my workspace.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors