Initial commit
This commit is contained in:
commit
1eb8f49be2
20 changed files with 378 additions and 0 deletions
20
.emacs.d/eshell/history
Normal file
20
.emacs.d/eshell/history
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
ls
|
||||
touch new-file
|
||||
cd Downloads/
|
||||
git clone https://github.com/objcio/S01E320-custom-components-introduction.git
|
||||
pwd
|
||||
cd Desktop/
|
||||
git clone https://github.com/doomemacs/doomemacs.git
|
||||
cd doomemacs/
|
||||
grep flycheck-clj-kondo
|
||||
grep flycheck
|
||||
cd ../..
|
||||
exercism submit Sources/GradeSchool/GradeSchool.swift
|
||||
swift package init
|
||||
less Sources/day1/day1.swift
|
||||
cd
|
||||
cd TobCloud/org/
|
||||
ls
|
||||
rm *
|
||||
ls
|
||||
ls
|
||||
10
.emacs.d/eshell/lastdir
Normal file
10
.emacs.d/eshell/lastdir
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/Users/tobi/Downloads
|
||||
~
|
||||
/Users/tobi/Desktop
|
||||
/Users/tobi/Desktop/doomemacs
|
||||
/Users/tobi/Exercism/swift/grade-school/Sources/GradeSchool
|
||||
/Users/tobi/Exercism/swift/grade-school
|
||||
~/Code/AOC/day1
|
||||
/Users/tobi/Code/AOC/aoc2022/src/aoc2022
|
||||
/Users/tobi
|
||||
/Users/tobi/TobCloud/org
|
||||
Loading…
Add table
Add a link
Reference in a new issue