mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-11-11 05:54:28 +01:00
25 lines
529 B
Markdown
25 lines
529 B
Markdown
# Some Notes
|
|
__ To be worked into a setup script at some point __
|
|
## Use SSH to clone repo
|
|
```
|
|
git clone git@github.com:sebaschi/dotfiles.git ~/.dotfiles
|
|
```
|
|
|
|
## Symlink files to correct locations
|
|
```
|
|
ln -s ~/dotfiles/git/gitconfig ~/.gitconfig
|
|
```
|
|
```
|
|
ln -s ~/dotfiles/vim/vimrc ~/.vimrc
|
|
```
|
|
```
|
|
ln -s ~/dotfiles/bash/bashrc ~/.bashrc
|
|
```
|
|
## Apps/Tools I use
|
|
* 'exa' as replacement for 'ls'
|
|
* starship.io
|
|
* 'neofetch' CLI for system (OS mostly) info
|
|
* 'ncdu" CLI disk use info
|
|
* 'htop' process/cpu info. replacement for 'top'
|
|
|