You are not logged in.
Hello, community friends:
I have just installed Arch Linux with the minimal command line interface on my VMware workstation.
Now everything looks like this:
https://i.imgur.com/N1dU1gt.png
But I want everything to look like the following with two requirements:
1. No desktop environment installed
2. My mouse cursor can be seen and select, copy and paste.
https://i.imgur.com/L5OViAy.png
Is that possible? How to make that happen?
Thanks.
Last edited by jasonwryan (2019-09-07 01:11:19)
Offline
Read the Code of Conduct and only post thumbnails http://wiki.archlinux.org/index.php/Cod … s_and_code
Read up on eye candy: https://wiki.archlinux.org/index.php/Category:Eye_candy and https://wiki.archlinux.org/index.php/Ge … pose_mouse.
For copy and paste in the TTY, use tmux or screen.
Offline
If you want those specific colors in the terminal, that looks like a solarized dark theme. You can specify tty colors with `setvtrgb` but you may prefer the flexibility of a framebuffer terminal emulator like fbterm or yaft. Then set up colors for whatever utilities you use:
https://wiki.archlinux.org/index.php/Co … in_console
Last edited by Trilby (2019-09-07 01:29:31)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
In tty
1. For color, use pywal
2. For fonts, https://wiki.archlinux.org/index.php/Linux_console
3. For mouse cursor, I don't know, but keyboard can be used to nagivation and copy paste
Offline
I want everything to look like the following
Add this line to ~/.bashrc (or whichever configuration file is appropriate for your preferred interactive shell):
alias ls='ls --color'
Perhaps add another line for grep as well.
My mouse cursor can be seen and select, copy and paste.
Para todos todo, para nosotros nada
Offline
Online