Skip to content

ram535/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot files

I use org-mode to keep organize most of my dotfiles.

For example:

#+BEGIN_SRC sh :tangle ~/.zshrc
 alias l="ls -1AXF --group-directories-first"
 alias ll="ls -XAF --group-directories-first"
#+END_SRC

You can save this snipp code in a file with extension .org and open it in Emacs.

Now you tangle the file by pressing C-c C-v t. This will create a file with the name .zshrc in the home directory (~).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published