Clement25 / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to keep track of all the configuration files

put all of your configuration file in dotfiles repo

To setup:

  1. Setup environment
cd
mkdir Github && cd Github
git clone https://github.com/Emrys-Hong/dotfiles .dotfiles && cd .dotfiles
sudo bash setup.sh
# ./link.sh
# sudo ./install_libs.sh

run source ~/.bashrc and bind -f ~/.inputrc for them to take effect

  1. Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
``

3) Setup ubuntu
For nvidia and docker one command installation:
https://github.com/tlkh/shortcuts

4) To install nvtop for better nvidia-smi:
https://github.com/Syllo/nvtop

5) Unlink files:
To unlink all the .files from ~/:

bash unlink.sh



## Cheetsheet
`git alias` for git alias

`alias` for bashrc alias

About


Languages

Language:Shell 47.9%Language:Vim Script 30.5%Language:Python 19.3%Language:Makefile 2.4%